Upload files
Files
Upload files
Accept multipart files, spool them to disk, start background storage uploads, and return immediately with a batch_upload_id. Poll GET /files/upload/ until uploads complete before submitting a batch.
POST
Upload files
Accept one or more audio files as multipart form data. Files are spooled to disk immediately and uploaded to storage in the background. The response returnsDocumentation Index
Fetch the complete documentation index at: https://docs.tensorstudio.ai/llms.txt
Use this file to discover all available pages before exploring further.
202 Accepted with a batch_upload_id you can poll until uploads finish.
Example
Typical response
GET /files/upload/{batch_upload_id} until all files reach upload_status: "completed" before calling POST /batch.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
One or more audio files