Voices
Available TTS voices, including custom voices trained via Adapt.
Package availability
Wordcab SDKs, CLI tools, Helm charts, model weights, and deployment packages are delivered directly to each customer for self-hosted installation. They are not publicly published package-manager artifacts, so install commands in these docs are placeholders until your Wordcab team provides your private package source or offline bundle.
List voices
GET/v1/voices
Query parameters: language (ISO 639-1), limit, cursor.
Retrieve a voice
GET/v1/voices/{voice_id}
The voice object
json
{
"id": "ember",
"object": "voice",
"name": "Ember",
"gender": "neutral",
"style": "warm",
"language": "en",
"model": "qwen3-tts",
"custom": false,
"preview_url": "https://cdn.wordcab.com/voice-previews/ember.mp3"
}Custom voices trained through Adapt also appear here. The custom flag and the model differ; the id can be passed to any TTS-capable endpoint.