Audio Services
Speech to Text
Convert audio to text using speech recognition
POST
Convert WAV audio files to text using speech recognition.
Body
Audio file to transcribe
Query Parameters
Speech recognition model to use Example: “onnx-community/whisper-large-v3-turbo_timestamped”
Target language for the transcription output Example: “pt”
Whether to return timestamps for each transcribed segment Example: true
Response
The transcription result
Status Codes
OK - Successful request
Bad Request - Validation error occurred
Unauthorized - Authentication failed
Payment Required