Skip to main content
GET
Get all unique accents from voices
Legacy endpoint - deprecated. Unversioned endpoints are scheduled for removal on July 31, 2026. Use the /v1 version for new integrations. This endpoint remains available for existing integrations until then.
Returns every accent option available across voices on the platform. Accents refine pronunciation style within a language family, for example, within the English language family you can pick between Indian (en-IN), American (en-US), and British (en-GB) accents. Each entry includes the accent’s id, display name, and BCP-47 code so you can match it to the voice catalogue returned by List Voices.

When to use this

  • Voice picker UIs: render an accent filter alongside language and gender so prompt authors can find voices that match the listener’s region.
  • Localization tooling: pre-select the right accent when an agent is deployed in a specific country or region.
  • Brand consistency checks: confirm an agent is using the accent your brand guidelines call for before publishing changes through Update Agent.
Not every voice supports every accent. After filtering by accent, intersect with the voices returned by List Voices to find usable combinations.

Errors

  • 401 Unauthorized is returned when the API key is missing or revoked.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

provider
enum<string>

Filter by provider name

Available options:
elevenlabs,
smallestai,
sarvam,
cartesia

Response

200 - application/json

Return all unique accents