Skip to main content
GET
/
providers
/
voices
/
search
Search Voices
curl --request GET \
  --url https://api.example.com/providers/voices/search \
  --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

query
string | null

Search voices by name, description, or use case

language
string | null

Filter by language

gender
string | null

Filter by gender

accent
string | null

Filter by accent

provider
string | null

Filter by provider

for_voice_agents
boolean
default:false

Only show voices recommended for voice agents

Response

Successful Response