---
title: "Get Voices"
method: GET
path: "/v2/Account/Voices"
tags: ["Account"]
---

# Get Voices

`GET /v2/Account/Voices`

Retrieves the available voices grouped by language.

## Response `200`

The list of available voices grouped by language.

- LanguageVoicesViewApi[]
  - `language` string, nullable — The language for this group of voices.
  - `voices` VoiceViewApi[], nullable — The list of voices available for this language.
    - `id` string, nullable — The unique identifier of the voice.
    - `name` string, nullable — The display name of the voice.
    - `tags` string[], nullable — Tags describing the voice (for example accent, style, or other voice characteristics).

## Other responses

- `400` — Error

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/versions/52d64fc5d6e9/schema)
