curl https://api-dev.qcall.ai/tts/voices \ -H "Authorization: Bearer your-api-key"
{ "data": [ { "id": "voice-001", "name": "Sarah", "description": "Professional female voice with American accent", "language": "en-US", "gender": "female", "age": "middle", "accent": "American", "use_case": ["narration", "customer-service", "e-learning"], "sample_url": "https://cdn.60db.com/samples/voice-001.mp3", "is_custom": false }, { "id": "voice-002", "name": "James", "description": "Deep male voice with British accent", "language": "en-GB", "gender": "male", "age": "middle", "accent": "British", "use_case": ["narration", "audiobook", "documentary"], "sample_url": "https://cdn.60db.com/samples/voice-002.mp3", "is_custom": false } ], "pagination": { "page": 1, "limit": 20, "total": 45, "pages": 3 } }
Retrieve a list of all available voices