Skip to main content
GET
/
config
/
voices
Get All Voices With Previews
curl --request GET \
  --url https://api.example.com/config/voices \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

provider
string | null

Filter by provider: elevenlabs, openai, cartesia, deepgram

gender
string | null

Filter by gender: male, female, neutral

language
string | null

Filter by language code (e.g., 'en', 'es', 'fr', 'ta', 'hi')

languages
string | null

Filter by multiple languages (comma-separated, e.g., 'en,es,fr')

accent
string | null

Filter by accent: american, british, australian, spanish, french, german, indian, etc.

age
string | null

Filter by age: young, middle_aged, old

tone
string | null

Filter by tone: warm, professional, friendly, authoritative, energetic, etc.

use_case
string | null

Filter by use case: voice_agents, customer_service, narration, marketing, etc.

recommended
boolean | null

Filter for recommended voices only

multilingual
boolean | null

Filter for multilingual voices only

region
string | null

Filter by region: africa, asia, europe, middle_east, oceania, global

primary_language
string | null

Filter by primary language of the voice

Response

Successful Response