Skip to main content
List All Voices
curl --request GET \
  --url https://users.rime.ai/data/voices/all-v2.json

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.

View In Browser

https://users.rime.ai/data/voices/all-v2.json

Example structure

{
  "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.