Retrieve an image
Path parameters
Query parameters
The desired width of the image in pixels (cannot be zero).
The desired height of the image in pixels (cannot be zero).
For JPEG images, you can request a progressive JPEG. Should be used in conjunction with the fm parameter set to jpg. For PNG images, you can request a 8-bit PNG. Should be used in conjunction with the fm parameter set to png.
By default, images are resized to fit into the specified dimensions, only if the original asset is larger than the specified limit (width and height). The image will take up the maximum space within the bounding box that was provided, at its original aspect ratio. You can request a different behavior using the fit parameter.
Response headers
Content-Type
Response
OK - Request successful