Get presigned upload URL
Get Upload URL
Get a presigned URL for direct file upload
GET
Get presigned upload URL
Get a presigned upload URL for directly uploading files to a collection. This is useful for client-side uploads where you want to avoid routing file data through your server.
- The presigned URL expires after a limited time
- Upload the file directly to the returned URL using a PUT request
- A video ID is pre-assigned and returned immediately
Upload to Collection
Standard server-side upload