Image Retrieval API
Section titled βImage Retrieval APIβGET {domain}/file/image/:pictureID?size=large
Description
This endpoint retrieves an image file that was sent by a user. The image is identified by its unique pictureID.
Header
| Key | Value | Descriptiom |
|---|---|---|
| Authorization | Bearer {token} | Access token |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
pictureID |
String | The unique identifier of the image to be retrieved. |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
size |
String | Optional | Specifies the size of the returned image. Supported values include: small, medium, and large. Default is medium. |
File Retrieval API
Section titled βFile Retrieval APIβGET {domain}/file/file/:fileID
Description
This endpoint retrieves an file file that was sent by a user. The file is identified by its unique fileID.
Header
| Key | Value | Descriptiom |
|---|---|---|
| Authorization | Bearer {token} | Access token |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
fileID |
String | The unique identifier of the file to be retrieved. |
Was this page helpful?
Thank you for your feedback!