v1

latestOpenAPI 3.0.02026-07-262088144.5 KB
SpeechToText

Get Speech-to-Text transcription synchronously

Send the whole audio in a single request, and receive a single transcription.

post/stt/v1/transcribe

Request body

Example request

{
  "transcribeConfig": {
    "groqConfig": {
      "temperature": 1
    },
    "modelId": "groq/whisper-large-v3",
    "language": "en",
    "sampleRateHertz": 16000,
    "numberOfChannels": 1,
    "endOfTurnConfidenceThreshold": 0.5
  },
  "audioData": {
    "content": "<YOUR_AUDIO>"
  }
}

Response

A successful response.