Skip to main content
GET
/
v1
/
voices
List voices
curl --request GET \
  --url https://api.topcalls.ai/v1/voices \
  --header 'Authorization: Bearer <token>'
{
  "voices": [
    {}
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer tc_live_xxxxx

Query Parameters

mode
enum<string>

Filter by call mode

Available options:
realtime,
legacy
provider
enum<string>

Filter by voice provider

Available options:
openai,
elevenlabs,
deepgram
language
string

Filter by language code

Response

Available voices for the account

voices
object[]
count
integer

Total number of voices returned