cURL
curl --request GET \ --url https://api.modelhunter.ai/api/v1/elevenlabs/voices \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "voices": [ { "voice_id": "JBFqnCBsd6RMkjVDRZzb", "name": "George", "description": "A warm, friendly male voice with a British accent." }, { "voice_id": "EXAVITQu4vr4xnSDxMaL", "name": "Sarah", "description": "A clear, professional female voice." } ], "total": 2 } }
List available ElevenLabs voices for use in text-to-speech generation.
Documentation IndexFetch the complete documentation index at: https://docs.modelhunter.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.modelhunter.ai/llms.txt
Use this file to discover all available pages before exploring further.