Returns the voices available to this partner, filtered from the Cartesia voice catalog. Optionally filter by language.
cURL
curl --request GET \ --url https://api.vocobase.com/api/v2/agent/voices \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "voices": [ { "id": "a0e99841-438c-4a64-b679-ae501e7d6091", "name": "Sarah", "description": "A warm, professional female voice.", "language": "English", "gender": "female" } ], "allowed_languages": [ "en", "hi", "es" ] } }
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
rg_live_xxxx
Filter voices by language code (e.g., en, hi). Case-insensitive partial match.
en
hi
List of voices.
Show child attributes