Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Voice API
The voice plane configures speech-to-text custom vocabulary for batch transcription on agent-end. It does not accept raw audio bytes — ingest via chat attachments or assets, then use Transcription.Prewarm vocabulary
Loads and caches merged vocabulary (core + vertical + workspace/brain terms) for the current auth context.workspace_id and optional brain_id against auth. Call after brain switch or before heavy transcription batches.
Defaults (static layers)
Batch STT workflow
- Upload audio via
POST /v1/chat/attachmentsorPOST /v1/assets - Optional:
POST /v1/voice/stt-vocabulary/prewarm POST /v1/transcribewith{ source: { type, id } }- Poll job or
auvy.transcription.waitForResult(job_id)
SDK namespace
auvy.voice — two methods: prewarmSttVocabulary, sttVocabularyDefaults.
Related
- Transcription — async STT jobs
- Meetings — meeting capture pipelines