GET /voices
Returns the voices available to your organization (the shared library plus any you’ve cloned). The list is paginated.Response
language is a BCP-47 tag. Most voices use a base code like en, but some are region-specific — for example, Dutch voices are tagged nl-NL. Match on the full tag (and filter with ?language=nl-NL), not just the base subtag.
Example
GET /voices/{id}
Fetch metadata for a single voice.
DELETE /voices/{id}
Remove a cloned voice you own.
POST /voices/clone
Clone a voice from a reference audio sample (multipart upload). Use the returned voiceid in your /tts/bytes and /tts/websocket requests.
Choosing a Voice
Browse and preview voices in the Playground before integrating them. Pass the voiceid in the voice field: