agent-configuration
Validate Agent Configuration
Validate agent configuration and get optimization suggestions.
GET
Validate Agent Configuration
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.
Previous
Get All Voices With PreviewsGet all available voices from all TTS providers with preview URLs stored in MinIO.
This endpoint:
1. Fetches all voices from provider APIs (when configured)
2. Generates preview audio for all voices (pre-generated at startup)
3. Stores all previews in MinIO object storage
4. Returns MinIO URLs for all previews
**Comprehensive Filtering:**
- Provider: Filter by TTS provider
- Gender: male, female, neutral
- Language: Single language code (e.g., 'en', 'ta', 'hi')
- Languages: Multiple languages (comma-separated, e.g., 'en,es,fr')
- Accent: american, british, spanish, french, german, indian, etc.
- Age: young, middle_aged, old
- Tone: warm, professional, friendly, authoritative, energetic, etc.
- Use Case: voice_agents, customer_service, narration, marketing, etc.
- Recommended: Filter for recommended voices only
- Multilingual: Filter for multilingual voices only
- Region: africa, asia, europe, middle_east, oceania, global
- Primary Language: Filter by voice's primary language
**All previews are stored in MinIO and pre-generated at startup for fast access.**
Next
Validate Agent Configuration