post https://{app}.{filespin}.{io}/api/v1/assets//content/
Use this API to upload and add a custom conversion file to an asset (such a manually edited copy of an image). The uploaded file will be stored as an asset's conversion in the Cloud Storage.
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. |
HTTP RESPONSE
Standard HTTP Status code - 202 or 200