API for Images
This page contains description of images management via API.
What can you do?
Sides and lights IDs
Upload
Generate signed URL for upload
Underlying batch to store image is created automatically. Don't forget to call /compute/ method when the upload is done
Authenticate using SaaS Private token
image batch id (uuid)
image side id related to dataset's image_type, you can choose a side from /dicts/image_types/ API endpoint, if you omit this parameter, the default side will be used
image light id related to dataset's image_type, you can choose a light from /dicts/image_types/ API endpoint, if you omit this parameter, the default side will be used
image meta
{}batch creation time
Send to computation
Send batch images to algorithms for processing
Authenticate using SaaS Private token
List subject images
List subject images
Authenticate using SaaS Private token
Which field to use when ordering the results.
A search term.
A page number within the paginated result set.
Number of results to return per page.
expiration seconds for signed url
60Get image info
Get image
Authenticate using SaaS Private token
generate signed url
falseexpiration seconds for signed url
60Delete image
Last updated
Was this helpful?