admin-providers
Validate Voice Id
Quick validation of a specific voice ID for a TTS provider.
Example: GET /providers/validate/voice/elevenlabs/EXAVITQu4vr4xnSDxMaL
GET
Validate Voice Id
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 Livekit RegionsGet available LiveKit Cloud regions for web calls.
This endpoint proxies the LiveKit Cloud API to retrieve available regions.
Use this during web call setup to:
- Display available regions to users
- Configure which LiveKit region to use for WebRTC connections
- Optimize latency by selecting the closest region
**Frontend Usage:**
Instead of calling LiveKit Cloud directly (which requires API keys), use this endpoint:
```
GET /api/v1/voice/livekit/regions
```
**Response:** Returns LiveKit Cloud regions data including region codes, names, and endpoints.
Next
Validate Voice Id