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.)
Choose how the batch is processed:
standard(default): Lower cost, processed within 24 hours. Max 500 files. Use withbatch_file_id. Pricing for v1 batch standard is $0.90/hour. If you need higher limits, contact support@sofer.ai.express: Higher cost, starts immediately. Max 10 files. Use withaudio_sources. Pricing for v1 is $1.20/hour.
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, num_speakers, or auto_detect_speakers.
Default title prefix for transcriptions. Individual items can override this. Items without titles become “{batch_title} - Item 1”, “{batch_title} - Item 2”, etc.
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)
