Transcribe audio with optional message context and a dynamic ASR dictionary.
Creates a transcription from an audio file. You can optionally provide chat-style messages and dictionary terms to improve recognition.Documentation Index
Fetch the complete documentation index at: https://docs.voiceos.com/llms.txt
Use this file to discover all available pages before exploring further.
wav, webm, mp3, m4a, and ogg."auto" for auto-detect, pass a single language code like "en", or pass an array like ["en", "ja"].json is supported.| Status | Code | Meaning |
|---|---|---|
400 | invalid_request | messages, languages, or dictionary failed validation. |
400 | missing_file | The multipart request did not include file. |
400 | unsupported_audio_type | The uploaded file type is not supported. |
400 | unsupported_response_format | Only response_format=json is supported. |
415 | unsupported_media_type | Request was not multipart/form-data. |
502 | transcription_failed | ASR or LLM provider failed. |