curl --request GET \
--url https://api.topcalls.ai/v1/voices \
--header 'Authorization: Bearer <token>'{
"voices": [
{}
],
"count": 123
}Returns available voices for your account, including system voices and any custom/cloned voices.
For built-in voices without account context, use GET /v1/voices/builtin instead.
curl --request GET \
--url https://api.topcalls.ai/v1/voices \
--header 'Authorization: Bearer <token>'{
"voices": [
{}
],
"count": 123
}Use Authorization: Bearer tc_live_xxxxx
Filter by call mode
realtime, legacy Filter by voice provider
openai, elevenlabs, deepgram Filter by language code