Image
Last updated
Was this helpful?
Last updated
Was this helpful?
Use the image endpoints to retrieve images stored against Media
Unlike other API endpoints, images may only be retrieved via the cdn.orb360.tech domain
Retreive an image using it's path and signing parameter, specifying a particular image size, quality and format.
/image/{imgPath}
Path to the stored image in the DAM
7e5092af-f35b-4e61-9a90-953d06eaa056/shoots/8ee5480a-bc94-4f56-b354-ce71ad0a6458/89b05784-9dd3-4aba-8769-04fd2370246e/img10.jpg
The image format (jpeg, webp or png) to convert to and return
png
The image width (px) to resize the image to, height is scaled based on the image aspect ratio automatically
1024
The image quality to use when resampling the image 100=best,longest 1=worst,quickest
94
The signing secret provided by the server for this request. All request parameters must be provided by the server.
498c6036059d94be00931750369ef1fb3c33b965113c4560880e352be097337d
No body