Speech-to-Text
Speech to Text
Transcribe audio to text
POST
Request
Headers
string
required
Bearer token with your API key
string
required
multipart/form-data
Form Data
file
required
Audio file to transcribe - Supported formats: MP3, WAV, FLAC, OGG, M4A - Max
file size: 25MB - Max duration: 10 minutes
string
Language code for transcription (e.g., “en”, “es”, “fr”). If not specified,
language will be auto-detected.
string
default:"general"
Transcription model: “general”, “phone_call”, “meeting”, “medical”
boolean
default:"false"
Include word-level timestamps in the response
boolean
default:"false"
Enable speaker diarization (identify different speakers)
Response
string
Transcribed text
string
Detected or specified language code
number
Confidence score (0-1)
number
Audio duration in seconds
array
Word-level details (if timestamps enabled)
string
Individual word
number
Start time in seconds
number
End time in seconds
number
Word confidence score