Assets Create Upload Url
assets_create-upload-urlFetch a presigned URL to upload local files up to 5GB. PUT raw bytes to that URL, then register the asset.
Instructions
Upload step 1: get a presigned URL for a local file. PUT the raw bytes to the returned uploadUrl (same Content-Type), then register it with assets_create using the returned url. Use this when your media is not already at a public URL. Max 5GB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | ||
| fileName | Yes | ||
| contentType | Yes |