Accepts up to 10 files as multipart/form-data under the files field. Each file is uploaded to R2 under a per-organization storage key and returned with a freshly generated signed URL.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Multipart form. Send each file as a separate files part. Example with curl: curl -F "files=@invoice.pdf" -F "files=@receipt.png" -H "Authorization: Bearer $TOKEN" /api/upload.
Up to 10 binary files, each ≤50 MB. Field name must be exactly files.
10Files uploaded