Convert a recorded audio clip to text with one-shot speech-to-text
Upload a complete recorded audio clip and receive the final transcript in a single round-trip. Use this to power voice input in your app: record the clip, upload it, and place the returned text in your chat composer.This endpoint complements Create Voice Session: voice sessions provide real-time conversational audio, while this endpoint transcribes a finished recording. There is no streaming upload and no progressive results — the response contains the final corrected text, returned once.
Transcripts are post-processed with a vocabulary-biasing step tuned for project and place names (e.g., “Saadiyat”, “Yas”), so proper nouns come back spelled consistently.
This endpoint is rate-limited to 20 requests per minute per JWT. Excess requests return 429 with a Retry-After header.