add_asset_version
Start adding a new version to an existing asset by obtaining a signed S3 URL, then PUT the file there to complete the upload.
Instructions
Initiate an upload of a NEW version of an existing asset. Returns a signed S3 URL; PUT the file there to complete. For end-to-end uploads from disk, prefer upload_file with the asset id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource | |
| filename | Yes | ||
| file_size | Yes | ||
| content_type | Yes |