File, image retrieval
GET {domain}/file/image/:pictureID?size=large
GET
Description
This endpoint retrieves an image file that was sent by a user. The image is identified by its unique pictureID.
pictureID
Header
Authorization
Bearer {token}
Access token
Path Parameters
Parameter
Type
String
The unique identifier of the image to be retrieved.
Query Parameters
Required
size
Optional
Specifies the size of the returned image. Supported values include: small, medium, and large. Default is medium.
small
medium
large
GET {domain}/file/file/:fileID
This endpoint retrieves an file file that was sent by a user. The file is identified by its unique fileID.
ID
fileID
The unique identifier of the file to be retrieved.
Last updated 3 months ago