Skip to main content

Get Driver Voices

GET 

/v0/driver_voices

Get the list of available voices for driver models with metadata.

Returns: List of voice dictionaries with:

  • id: Voice ID (UUID)
  • name: Full voice name (e.g., "Ray - Conversationalist", used when creating driver)
  • language: Language code (BCP-47 format)
  • gender: Gender ("feminine" or "masculine")
  • description: Voice description

Request

Responses

Successful Response