Get Available Voices
Endpoint examples
Get Voices
Retrieves a list of all available high-fidelity voices.
GET
Get Available Voices
Documentation Index
Fetch the complete documentation index at: https://docs.timepay.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful response
Example:
"Ogbs15oBevLzXsUuTtA1"
Example:
"Kartik"
Example:
"Warm, steady, and confident male voice suitable for banking, reminders, and formal flows."
Example:
["English", "Hindi", "Marathi"]Available options:
male, female Example:
"male"
Example:
[
{
"id": "Ogbs15oBevLzXsUuTtA1",
"name": "Kartik",
"description": "Warm, steady, and confident male voice suitable for banking.",
"languages": ["English", "Hindi"],
"gender": "male"
}
]
