Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
Clone a spokesperson’s voice using ElevenLabs’ voice cloning API, then generate audio versions of Mavera-generated content using that cloned voice — building a consistent audio identity across all content. Flow: ElevenLabsPOST /voices/add → get voice_id → Mavera POST /generations → ElevenLabs POST /text-to-speech/{voice_id} → branded audio
Code
Example Output
Error Handling
Voice cloning sample requirements
Voice cloning sample requirements
Instant cloning accepts 1–25 samples. Provide at least 3 clean samples totaling 1–3 minutes with only the target speaker — no background music or multiple speakers.
Character credit limits
Character credit limits
Each plan has a monthly character quota (~500 chars per 100 words). A 401 with
quota_exceeded means your allocation is exhausted — upgrade or wait for monthly reset.Voice not found after cloning
Voice not found after cloning
If TTS returns 404 after cloning, the voice may still be processing. Wait 5–10 seconds and retry. Verify with
GET /voices.