v1

latestOpenAPI 3.1.02026-07-1351614.6 KB
v1

Get Voices

Get information on available voices.

Parameters:

  • age: Filter by voice age
  • gender: Filter by voice gender
  • accent: Filter by voice accent
  • mood: Filter by voice mood
  • style: Filter by voice style
  • language: Filter by voice language
  • limit: Maximum number of voices to return
  • offset: Number of voices to skip
  • private: Include private voices
  • name: Filter by voice name
  • uuid: Filter by voice UUID
  • model: Filter by model ID (e.g. "polly_neural", "google_standard", "azure_neural")
  • tag: Filter by voice tag (e.g. "characters", "celebrities", "accents") For Polly voices: - "polly_neural" returns voices that support the neural engine - "polly_standard" returns voices that support the standard engine For Google voices: - "google_wavenet" returns WaveNet voices - "google_neural2" returns Neural2 voices - "google_standard" returns standard voices For Azure voices: - "azure_neural" returns neural voices
get/v1/voices

Query parameters

agestring
genderstring
accentstring
moodstring
stylestring
languagestring
limitinteger
offsetinteger
privateboolean
namestring
uuidstring
modelstring
search_termstring
tagstring

Headers

authorizationstring

Response

Successful Response

totalinteger required