https://users.rime.ai/v1/rime-tts and authenticate with 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 and Mist
- Voices: voice lineup and language support
- Latency tuning
- Changelog

