Skip to main content
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 returns 202 Accepted with a batch_upload_id you can poll until uploads finish.

Example

Typical response

Poll GET /files/upload/{batch_upload_id} until all files reach upload_status: "completed" before calling POST /batch.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
files
file[]
required

One or more audio files

Response

Upload accepted; background upload in progress

batch_upload_id
string
status
string
Example:

"accepted"

total_files
integer
spool_seconds
number
files
object[]