---
title: "Get Voice Accents"
method: GET
path: "/v1/voices/accents"
tags: ["voices"]
---

# Get Voice Accents

`GET /v1/voices/accents`

Gets the list of available accents in the shared voice library.

## Query parameters

- `language` string, nullable — If provided, only accents for this language code are returned.
- `model_id` string, nullable — If provided, returns the accents available for this model. Defaults to the most complete accent list when omitted.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetVoiceAccentsResponseModel
  - `accents` VoiceAccentResponseModel[], required — A list of available voice accents.
    - `accent` string, required — The accent value used for filtering shared voices via the `accent` query parameter on `GET /v1/shared-voices`.
    - `language` string, required — The language code this accent belongs to, e.g. `en`.
    - `code` string, required — The full accent code, e.g. `en-american`.
    - `name` string, required — The human-readable accent name, e.g. `American`.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/d1075d6a6487/schema)
