Skip to main content

Get Voices

GET 

/v1/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

Request

Responses

Successful Response