providers
Get Tts Providers Comprehensive
🎙️ Get ALL TTS providers with complete configuration data.
Frontend Usage: Use this to populate provider selection dropdowns and show capabilities.
Returns for each provider:
- Available models with language support
- Pre-built voices with metadata
- Latency and quality information
- Configuration status
- Agent configuration examples
Example Response:
{
"providers": {
"elevenlabs": {
"name": "ElevenLabs",
"configured": true,
"models": [...],
"voices": [...],
"max_languages": 74,
"recommended_model": "eleven_flash_v2_5"
}
}
}
GET
Get Tts Providers Comprehensive
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.
Response
200 - application/json
Successful Response
Get Tts Providers Comprehensive