Image
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.
Path parameters
imgPathstringRequiredExample:
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
Query parameters
fmtstringOptionalDefault:
The image format (jpeg, webp or png) to convert to and return
jpeg
Example: png
wnumberRequiredExample:
The image width (px) to resize the image to, height is scaled based on the image aspect ratio automatically
1024
qnumberOptionalDefault:
The image quality to use when resampling the image 100=best,longest 1=worst,quickest
90
Example: 94
sstringRequiredExample:
The signing secret provided by the server for this request. All request parameters must be provided by the server.
498c6036059d94be00931750369ef1fb3c33b965113c4560880e352be097337d
Responses
200
success
Responsefile
400
bad request
application/json
404
not found
application/json
get
GET /image/{imgPath} HTTP/1.1
Host: api.orb360.tech
Accept: */*
No content
Last updated
Was this helpful?