Welcome to Async Voice API
Build natural-sounding voice applications with real-time performance.Async Voice API enables real‑time, low‑latency text‑to‑speech and speech-to-text for building voice assistants, chatbots, phone agents, and other audio experiences. The TTS API streams ultra‑realistic speech with about 300 ms latency, making it suitable for applications where responsiveness matters. It also supports voice cloning from just a 3-second sample and offers multi-language support.Text-to-Speech#
Convert text into natural-sounding speech. Four delivery methods:| Method | Endpoint | Use Case |
|---|
| HTTP | POST /text_to_speech | Full transcript → single audio file |
| Streaming | POST /text_to_speech/streaming | Start playback before generation completes |
| Timestamps | POST /text_to_speech/with_timestamps | Audio + per-word timing for captions |
| WebSocket | WSS /text_to_speech/websocket/ws | Incremental text input (live LLM output, voice agents) |
Speech-to-Text#
Transcribe audio into text. Two methods:| Method | Endpoint | Use Case |
|---|
| File Upload | POST /speech_to_text/ | Transcribe recorded audio files |
| WebSocket | WSS /speech_to_text/stream | Real-time live transcription |
Models#
Text-to-Speech#
| Model | Tier | Description |
|---|
async_pro_v1.0 | Pro | Highest quality, English |
async_flash_v1.5 | Standard | Fast streaming, 6 languages |
async_flash_v1.0 | Standard | Broad language support, 15 languages |
Speech-to-Text#
| Model | Description |
|---|
async_asr_v1.0 | Multilingual speech recognition |
See the Models page for a detailed comparison.Key Features#
Under 300ms latency — among the fastest TTS APIs available
Voice cloning — create a custom voice from a 3-second audio sample
15+ languages — with native pronunciation and text normalization
Real-time streaming — WebSocket support for both TTS and STT
Wallet billing — prepaid, pay-per-use, no subscriptions required
Integrations#
Async works with popular voice AI frameworks:Pipecat — open-source voice agent framework LiveKit — real-time audio/video infrastructure Twilio — calls, IVR, and contact centers n8n — workflow automation What's Coming Soon#
Speech Enhancement (denoising, dereverberation)
Speech-to-Speech (voice conversion)
Modified at 2026-07-06 10:47:46