Skip to main content
POST
Mint a single-use upload token for a file

Response

A short-lived upload token

upload_token
string
required

Short-lived token scoped to this upload session. Send as Authorization: Bearer <upload_token> to the ingress /upload endpoint with the file, then pass it again when you create the transcription job.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."