Get voices
GET/voices
Retrieve all voices available for AI calls, including preset voices from Cartesia/ElevenLabs and your organization's cloned voices.
Returns
Get voices
curl https://www.getrevox.com/api/voices \
-H "Authorization: Bearer $REVOX_API_KEY"{
"voices": [
{
"id": "x",
"description": "description",
"language": "en",
"name": "name",
"provider": "cartesia",
"accent": "accent",
"gender": "gender",
"isCloned": true
}
]
}Returns Examples
{
"voices": [
{
"id": "x",
"description": "description",
"language": "en",
"name": "name",
"provider": "cartesia",
"accent": "accent",
"gender": "gender",
"isCloned": true
}
]
}