Skip to main content
GET
/
v1
/
accounts
/
{account_id}
/
providers
/
voices
List voices
curl --request GET \
  --url https://api.itellico.ai/v1/accounts/{account_id}/providers/voices \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string
required

Query Parameters

provider
string
required

Voice provider (required): elevenlabs, azure, or cartesia

language
string | null

Filter by language code (e.g., 'en-us', 'fr-fr')

gender
string | null

Filter by gender: male, female, or neutral

search
string | null

Search in voice name or description

limit
integer | null

Maximum number of voices to return

refresh
boolean
default:false

Clear cache and fetch fresh data from provider

Response

200 - application/json

OK

The response is of type Response · object.