{"id":"V5","name":"Energetic Multi-Sector Character & Narrator","archetype":"Energetic Multi-Sector Character & Narrator","description":"Energetic Multi-Sector Character & Narrator. Verified Professional Voice Clone (PVC) on ElevenLabs. Dynamic and engaging voice for interactive education, high-speed tutorials, modern brand storytelling, and youthful content creation. Versatile multi-sector coverage including RPG characters, open-world NPCs, historical narration, animation, audiobooks, and gaming dialogue. E-Learning-Boost enabled for instructional content, corporate training, and conversational onboarding. Also ideal for medical/healthcare narration, legal compliance explainers, SaaS demos, deep authoritative delivery, documentary narration, and clean audio applications. Draft-ready professional base with API-native and spatial-ready integration. Commercial Rights Cleared.","keywords":["Energetic","Versatile","Dynamic","Engaging","Youthful","Storyteller","E-Learning-Boost","Modern-Tone","Neutral","Generic","Generic Character Draft","Clean","Clean Audio","Clean Audio Conversational","Instructional","Draft-Ready","Professional-Base","E-Learning","Conversational","Multi-Sector","Reliable","RPG","Open-World","Historical","Character Voice","Audiobooks","Games","Animation","High-Fidelity","Medical/Healthcare","Legal","SaaS Demo","API-Native","Spatial-Ready","Corporate","Education","Deep Authoritative Delivery","Legal Compliance Explainer","PVC-Verified","ElevenLabs","Documentary","Gaming","Commercial","Social Media","IVR","Narration","Corporate Training","Executive Narrative","Financial Report","Keynote","LinkedIn Ad","Technical Explainer","Whitepaper Narration","Onboarding Guide","Case Study","Internal Communication","Agent-Ready","High-Fidelity PVC","Commercial Rights Cleared","TTS","Text-to-Speech","AI Voice","Voice Clone","British Speaker","Male Voice","Phone Agent","Customer Service","Podcast","Video Narration","Sales"],"languages":["English"],"useCases":["Gaming","E-Learning","Documentary","Audiobooks","Corporate","Medical/Healthcare","Legal","SaaS Demo","Animation","Podcast","Corporate Training","RPG","Social Media","IVR","Narration","Conversational","Executive Narrative","Financial Report","Keynote","LinkedIn Ad","Technical Explainer","Whitepaper Narration","Instructional","Onboarding Guide","Case Study","Internal Communication"],"elevenlabsUrl":"https://elevenlabs.io/app/voice-lab/share/ad827f2c0300d36094ca79e518b1a5df8c3609eb269353c30dcec3ac8878a437/chcMmmtY1cmQh2ye1oXi","voiceId":"chcMmmtY1cmQh2ye1oXi","integrationSnippet":{"python":"# Need an API key? Sign up free: https://try.elevenlabs.io/xz94z17y73rm\nimport requests\n\nurl = \"https://api.elevenlabs.io/v1/text-to-speech/chcMmmtY1cmQh2ye1oXi\"\nheaders = {\n    \"xi-api-key\": \"YOUR_API_KEY\",\n    \"Content-Type\": \"application/json\"\n}\ndata = {\n    \"text\": \"Your text here\",\n    \"model_id\": \"eleven_multilingual_v2\",\n    \"voice_settings\": {\"stability\": 0.5, \"similarity_boost\": 0.75}\n}\nresponse = requests.post(url, json=data, headers=headers)\nwith open(\"output.mp3\", \"wb\") as f:\n    f.write(response.content)","javascript":"// Need an API key? Sign up free: https://try.elevenlabs.io/xz94z17y73rm\nconst response = await fetch(\n  \"https://api.elevenlabs.io/v1/text-to-speech/chcMmmtY1cmQh2ye1oXi\",\n  {\n    method: \"POST\",\n    headers: {\n      \"xi-api-key\": \"YOUR_API_KEY\",\n      \"Content-Type\": \"application/json\",\n    },\n    body: JSON.stringify({\n      text: \"Your text here\",\n      model_id: \"eleven_multilingual_v2\",\n      voice_settings: { stability: 0.5, similarity_boost: 0.75 },\n    }),\n  }\n);\nconst audioBlob = await response.blob();","curl":"# Need an API key? Sign up free: https://try.elevenlabs.io/xz94z17y73rm\ncurl -X POST \"https://api.elevenlabs.io/v1/text-to-speech/chcMmmtY1cmQh2ye1oXi\" \\\n  -H \"xi-api-key: YOUR_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"text\":\"Your text here\",\"model_id\":\"eleven_multilingual_v2\",\"voice_settings\":{\"stability\":0.5,\"similarity_boost\":0.75}}' \\\n  --output output.mp3"},"commercialRightsCleared":true,"handshakeFee":"£0.00","signupUrl":"https://try.elevenlabs.io/xz94z17y73rm"}