Create Batch Transcription
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Transcription settings applied to all files in the batch (model, language, etc.)
For standard mode only. ID of a previously uploaded batch manifest.
Get this by calling Upload Batch Manifest File first.
For express mode only. List of audio URLs to transcribe (max 10).
Each item needs an audio_url and can optionally include a title.
Default title prefix for transcriptions. Individual items can override this. Items without titles become “{batch_title} - Item 1”, “{batch_title} - Item 2”, etc.
Custom UUID for this batch. Auto-generated if not provided.
Response
Returns the batch ID and individual transcription IDs. Use Get Batch Status to track progress.
Use this ID to check batch progress via Get Batch Status
IDs for each transcription in the batch. Use these to retrieve individual results via Get Transcription
Initial batch status (typically RECEIVED)
