init_asset_upload
Initializes asset upload by returning a signed S3 URL. Provide filename, size, and content type to obtain the upload URL.
Instructions
Initializes asset upload and returns signed S3 upload URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Name of the file to upload | |
| size | Yes | Size of the file in bytes | |
| content_type | Yes | MIME type of the file |