Voices
GET /v1/voices — list the voices available to your key.
curl https://platform.kenpathlabs.com/v1/voices \
-H "Authorization: Bearer $SVARA_API_KEY"Response
{
"voices": [
{ "voice_id": "tara", "name": "Tara", "language": "hi", "gender": "female" },
{ "voice_id": "veer", "name": "Veer", "language": "hi", "gender": "male" }
]
}Reference a voice by its voice_id in the voice field.
Cloned & library voices
The library ships curated voices across 50+ languages. You can also create
your own voice from a short reference clip in the console; cloned voices are
private to your organization and referenced by their voice_id just like
library voices.
Browse and preview everything in the console Voices page.