cURL
curl --request GET \ --url https://api.varg.ai/v1/voices \ --header 'Authorization: Bearer <token>'
{ "voices": [ { "voice_id": "rachel", "name": "Rachel" }, { "voice_id": "domi", "name": "Domi" }, { "voice_id": "sarah", "name": "Sarah" }, { "voice_id": "antoni", "name": "Antoni" }, { "voice_id": "elli", "name": "Elli" }, { "voice_id": "josh", "name": "Josh" }, { "voice_id": "arnold", "name": "Arnold" }, { "voice_id": "adam", "name": "Adam" }, { "voice_id": "sam", "name": "Sam" } ] }
Returns all available voices for speech generation.
API key from varg.ai/dashboard.
Pass as Authorization: Bearer varg_xxx.
Authorization: Bearer varg_xxx
List of voices
Show child attributes
Was this page helpful?