This endpoint returns a presigned URL that clients can use to upload files directly
to the storage backend, avoiding the need to stream through the control plane.
Parameters:
filename: Name of the file to upload
folder: Optional folder path to organize files
Returns:
Presigned upload URL with instructions
Download URL for later access
File metadata and upload guidelines
PUT
/
upload
/
{filename}
Generate Upload URL
Copy
curl --request PUT \ --url https://api.example.com/upload/{filename}