Upload Batch Manifest File
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
For JSON format. Array of audio sources to transcribe (max 500). If you need higher limits, contact support@sofer.ai.
For JSONL format. One audio source per line as JSON, separated by newlines (max 500 lines). If you need higher limits, contact support@sofer.ai.
Example: {"audio_url": "https://..."}\n{"audio_url": "https://..."}
Response
Use this ID when calling Create Batch Transcription with standard mode
Validation status. Wait for VALID before starting a batch.
If status is INVALID, lists what’s wrong with the manifest
