get https://{app}.{filespin}.{io}/api/v1/assets//conversions/
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 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. |