Context Aware ASR
Send conversation context with audio so the API understands product names, files, identifiers, and domain language.
Chat-style request shape
Use multipart uploads with
file, optional messages, languages, and optional dictionary.What you can build
- Voice agents that understand the active conversation.
- Developer tools that recognize filenames, symbols, and code identifiers.
- Meeting or support transcription with product-specific dictionary terms.
- Dictation experiences that return clean, polished text instead of raw ASR.
Current status
The current implementation is a local developer prototype:- Endpoint:
POST /v1/audio/transcriptions - Base URL:
https://beta.api.voiceos.com - Auth: none in non-production local development
- Production API keys, billing, rate limits, and public deployment are not enabled yet
The public API contract is intentionally designed to look familiar to developers using chat-style message arrays, while preserving VoiceOS-specific context-aware ASR behavior.

