Transcribe a complete audio file with Gradium speech-to-text over HTTP POST.
Documentation Index
Fetch the complete documentation index at: https://docs.gradium.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Gradium API key
Format of the audio in the request body. Defaults to audio/wav when omitted.
audio/wav, audio/pcm, audio/ogg, audio/opus Speech-to-Text model name.
Overrides the audio format detected from Content-Type.
wav, pcm, opus JSON-encoded model configuration. Example: {"language": "en"}
WAV audio file.
NDJSON stream of transcription messages.
Newline-delimited JSON messages: text, end_text, or error. The body closes when transcription is complete.