Voice Design
List Voices
Enumerate available voices from the catalog. Filter by scope, language, or designed-vs-cloned origin.
GET
Return the catalog of voices available for use with the text-to-audio
endpoint. Each entry includes the stable
voice_id, display name,
language, gender, an audio preview URL, and (when present) a video
preview URL for picker UIs.
Authorization
Bearer token.
Bearer API_key.Query Parameters
Filter by voice origin. Options:
generic— built-in voices that ship with the platformcustom— voices created at runtime via Voice Clone or Voice Designcelebrity— curated celebrity references (when available to your account)all— every voice the account can see (default)
Filter by ISO 639-1 language code, e.g.
en, zh, es, fr.Using a voice_id
Pass any returnedvoice_id to the T2A
endpoint to render arbitrary text in that voice. Voices saved via
Voice Design (save_as parameter)
appear here under scope=custom with the designed tag.