Docs/API/Voices

Voices

Available TTS voices, including custom voices trained via Adapt.

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.