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

  1. Call getUploadUrl() to get a presigned URL.
  2. Upload your file to that URL with a PUT request — use your file’s MIME type if possible.
  3. You can upload a file using the SDK or a direct API request as shown below: