curl --request GET \
  --url https://users.rime.ai/data/voices/voice_details.json

View In Browser

https://users.rime.ai/data/voices/voice_details.json

Example structure

[
    {
        "name": "Juan",
        "gender": "Male",
        "age": "Middle",
        "country": "US",
        "region": "Generic",
        "demographic": "Latinx",
        "genre": [
            "Conversational"
        ],
        "model_id": "mist",
        "language": "eng"
    },
    {
        "name": "Abbie",
        "gender": "Female",
        "age": "Young",
        "country": "US",
        "region": "California",
        "demographic": "White",
        "genre": [
            "Conversational"
        ],
        "model_id": "mistv2",
        "language": "eng"
    },
    // and more...
]

Explanation

These details are based on subjective assessment and are meant to serve as a general guide. Please see Finding a Voice for more information.

The response object is an array of objects, each representing a voice. Each object contains the following fields:

  • name: Represents the name of the voice.
  • gender: Indicates the gender of the voice.
  • age: Describes the age group of the voice.
  • country: The country that the voice is associated with, typically representing the accent or regional dialect.
  • region: More specific than country, this field can indicate a particular area within a country.
  • demographic: Describes the demographic group the voice represents.
  • genre: An array of genres that the voice is suitable for, such as ‘Conversational’.
  • language: The spoken language that the model is usable for
  • model_id: THe model id that the speaker is available under