API Reference Card
All examples use two environment variables:
ELEVENLABS_API_KEY (your ElevenLabs API key) and MAVERA_API_KEY (your Mavera key starting with mvra_live_). ElevenLabs uses the xi-api-key header — not Authorization: Bearer. Never commit either key to version control. Use a .env file or your platform’s secret manager.Prerequisites
1
ElevenLabs API key
Sign up at elevenlabs.io. Navigate to Profile → API Keys and copy your key. Ensure your plan has sufficient character credits.
2
Mavera API key
Get your key from Mavera dashboard.
3
Install dependencies
4
Set environment variables