> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rime.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List All Voices

> List of Rime voices (legacy URL — see voices-v2 for the canonical endpoint).

This is a public endpoint — no `Authorization` header or API key is required.

## View In Browser

[https://users.rime.ai/data/voices/all-v2.json](https://users.rime.ai/data/voices/all-v2.json)

## Example structure

```json theme={null}
{
  "mist": [
    "allison",
    "alona",
    // ...and more ...
  ],
  "mistv2": [
    "abbie",
    "allison",
    // ...and more ...
  ],
}
```

## Explanation

The response object is keyed by the applicable `modelId`. This is the same `modelId` used as an argument to our [TTS APIs](https://rimelabs.mintlify.app/api-reference/endpoint/streaming-pcm).
