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

string
required
Bearer token. Bearer API_key.

Query Parameters

string
Filter by voice origin. Options:
  • generic — built-in voices that ship with the platform
  • custom — voices created at runtime via Voice Clone or Voice Design
  • celebrity — curated celebrity references (when available to your account)
  • all — every voice the account can see (default)
string
Filter by ISO 639-1 language code, e.g. en, zh, es, fr.

Using a voice_id

Pass any returned voice_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.