POST
/
v1
/
speech-to-text

Convert WAV audio files to text using speech recognition.

Body

audio
string
required

Audio file to transcribe

Query Parameters

model
string

Speech recognition model to use Example: “onnx-community/whisper-large-v3-turbo_timestamped”

outputLanguage
string

Target language for the transcription output Example: “pt”

returnTimestamps
boolean

Whether to return timestamps for each transcribed segment Example: true

Response

data
string

The transcription result

Status Codes

200
object

OK - Successful request

400
object

Bad Request - Validation error occurred

401
object

Unauthorized - Authentication failed

402
object

Payment Required