providers
Get All Tts Voices
π€ Get all available TTS voices across all providers.
Frontend Usage: Use this to populate voice selection dropdowns with filtering.
Query Parameters:
provider: Filter by provider (elevenlabs, openai, cartesia, deepgram)gender: Filter by gender (male, female, neutral)language: Filter by language code (e.g., βenβ, βesβ, βzhβ)
GET
Get All Tts Voices
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.
Query Parameters
Filter by provider
Filter by gender: male, female, neutral
Filter by supported language code
Response
Successful Response
Previous
Get Stt Providers Comprehensiveπ§ Get ALL STT (Speech-to-Text) providers with complete configuration data.
**Frontend Usage:**
Use this to populate STT provider selection and show language support.
**Returns for each provider:**
- Available models with language support
- Real-time/streaming capabilities
- Diarization support
- Agent configuration examples
Next
Get All Tts Voices