curl -X GET "https://api.slidevid.ai/v1/voice/list?language=English&gender=Female" \ -H "x-api-key: your_api_key_here"
{ "success": true, "data": { "voices": [ { "id": "1004", "voiceId": "tzX5paJ07p5hyWFcU3uG", "name": "Jude", "gender": "Male", "language": "English", "accent": "British", "country": "GB", "templateUrl": "https://cdn.tryslidevid.ai/voices/jude.mp3", "thumbnail": "/images/voice-default.png", "isCustom": false, "source": "library" } ], "total": 150 } }
Get all available voices (ElevenLabs library + custom cloned voices)
library
custom
all
Filter by voice type
Filter by language
Filter by gender
Male
Female
Success