Rime’s TTS API is reached atDocumentation Index
Fetch the complete documentation index at: https://docs.rime.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://users.rime.ai/v1/rime-tts. Authentication is a bearer token in the Authorization header — see API authentication.
Most clients should start with Coda, Rime’s flagship model:
For the cross-model overview of when to use each WebSocket endpoint, see WebSocket API Overview.
TTS endpoints by model
Mist v2 also exposes non-streaming JSON-wrapped formats: MP3, WAV, Opus/OGG, G.711 μ-law.
Metadata endpoints
- List All Voices —
GET /data/voices/all-v2.json - List Voice Details —
GET /data/voices/voice_details.json
Utility endpoints
- Coverage (out-of-vocabulary check) —
POST /oov - Text Normalization —
POST /textnorm
Related
- Quickstart: TTS in five minutes
- Models — comparing Coda, Arcana, and Mist
- Voices — voice lineup and language support
- Latency tuning
- Changelog

