Skip to main content
GET
/
v1
/
voiceai
/
analytics
/
language
Get Language Analytics
curl --request GET \
  --url https://api.example.com/v1/voiceai/analytics/language \
  --header 'x-api-key: <api-key>'
{
  "metrics": [
    {
      "languageCode": "<string>",
      "usage": 123,
      "count": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Query Parameters

date_range
enum<string> | null
default:month

Time range preset: hour, 6hours, 12hours, day, 3days, week, 14days, month Date range options for analytics queries. Matches ElevenLabs API.

Available options:
hour,
6hours,
12hours,
day,
3days,
week,
14days,
month
agent_id
string | null

Filter by specific agent ID

start_unix
integer | null

Custom start timestamp (overrides date_range)

end_unix
integer | null

Custom end timestamp (overrides date_range)

Response

Successful Response

Response model for /analytics/language endpoint.

metrics
LanguageMetricItem · object[]

Language breakdown