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
- 200
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid