Add Conversion
POST/api/v1/assets/:asset_id/content/:conversion_name
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
Request
Responses
- 200
- 401
- 404
- 500
Conversion added successfully
Unauthorized
Asset not found
Internal server error