Create Image File
POST
/api/v1/image_filesRequest Body
Response
{}
byte_size: number
The byte size of the image file.
complete: null | boolean
Whether the image file has been fully uploaded.
id: string
The id of the image file.
md5: null | string
The md5 hash of the image file.
Upload Image File
POST
/api/v1/image_files/:id/uploadNo doc item found for UploadImageFileResult
Get Image File (metadata)
GET
/api/v1/image_files/:id.jsonResponse
{}
byte_size: number
The byte size of the image file.
complete: null | boolean
Whether the image file has been fully uploaded.
height: null | number
The height of the image file in pixels.
id: string
The id of the image file.
md5: null | string
md5 hash of the image file.
width: null | number
The width of the image file in pixels.
Lookup Image by MD5
GET
/api/v1/image_files/md5/:md5Response
{}
byte_size: number
The byte size of the image file.
complete: null | boolean
Whether the image file has been fully uploaded.
height: null | number
The height of the image file in pixels.
id: string
The id of the image file.
md5: null | string
md5 hash of the image file.
width: null | number
The width of the image file in pixels.