Skip to main content

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

KeyValueDescription
ASSET_IDstringAsset ID, 32 character alphanumeric UUID
CONVERSION_NAMEstringAn 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

Successful operation