Get Conversion
GET/api/v1/assets/:asset_id/conversions/:id
Asset conversions can be retrieved:-
As Static Image Conversion URL
When using this option, all[On-demand Image transformation] options such as resize, crop, etc can be applied.
As a signed URL via /get_link API
Use /get_link API providing the conversion_name as CONTENT_KEY as described in [Asset Get Link] section
Note: Note that these methods cannot be used to retrieve special conversions such as Zoomable image, HLS video, etc
HTTP REQUEST
| Key | Value | Description |
|---|---|---|
ASSET_ID | string | Asset ID, 32 character alphanumeric UUID |
CONVERSION_NAME | string | An identifier for the Conversion such as my_edited_copy. It must not exceed 30 characters. It can only be alphanumeric. Spaces are not allowed. |
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error