File
Simple Upload
Use a Simple Upload for small to medium files.
This flow gets a secure upload URL and pushes the file in one step.
How It Works
- Call
getUploadUrl()
to get a presigned URL. - Upload your file to that URL with a
PUT
request — use your file’s MIME type if possible. - You can upload a file using the SDK or a direct API request as shown below: