providers
Get Tts Voices By Provider
๐ค Get ALL voices for a specific TTS provider with full metadata.
Frontend Usage: Use this to populate voice selection with filtering by gender, accent, and language.
Parameters:
provider: elevenlabs, openai, cartesia, deepgramgender: Filter by gender (male, female, neutral)accent: Filter by accent (american, british, indian, etc)language: Filter by primary or supported language
Returns: Complete voice data with gender, accent, tone, and language support.
GET
Get Tts Voices By Provider
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter by gender: male, female, neutral
Filter by accent: american, british, australian, etc
Filter by language code: en, es, ta, etc
Response
Successful Response
Get Tts Voices By Provider