job_id. Poll /api/transcribe/batch/{job_id} until status=completed, then retrieve the transcript at /api/transcribe/batch/{job_id}/transcript.
Supports WAV, MP3, M4A, OGG, FLAC up to 150 MB and 60 minutes.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Speech to text from a pre-recorded audio file
curl -X POST https://api.medera.info/api/transcribe/batch \
-H "Authorization: Bearer $TOKEN" \
-F "audio=@recording.wav" \
-F "language=en-US" \
-F "diarization=true"
job_id. Poll /api/transcribe/batch/{job_id} until status=completed, then retrieve the transcript at /api/transcribe/batch/{job_id}/transcript.
Supports WAV, MP3, M4A, OGG, FLAC up to 150 MB and 60 minutes.