{"id":"V8","name":"Narrative Sage","archetype":"Wise British Narrator — Narrative Sage","description":"Wise British Narrator — Narrative Sage. Verified Professional Voice Clone (PVC) on ElevenLabs. Distinguished older male voice with high-trust profile for science documentaries, nature documentaries, university lectures, whitepaper narrations, and educational authority content. Clean audio conversational e-learning specialist — optimized for e-learning courses, online course narration, tutorial walkthroughs, instructional modules, microlearning content, LMS narration, SCORM-compatible voiceover, employee onboarding, and corporate training modules and programmes. Ideal for audiobook narration, medical/healthcare patient education, legal compliance explainers, SaaS demo walkthroughs, gaming characters, documentary narration, commercial spots, and spatial audio experiences. Sage-like delivery with high-fidelity clean audio and API-native integration. Commercial Rights Cleared.","keywords":["Nature Documentary","Science Narrative","Wise","High-Trust","University Lecture","Medical/Healthcare","Audiobooks","Whitepaper Narration","E-Learning","Sage","Legal","SaaS Demo","API-Native","Spatial-Ready","Gaming","Spatial","Commercial","PVC-Verified","ElevenLabs","Documentary","Corporate","Education","Character Voice","High-Fidelity","Clean Audio","Clean Audio Conversational","Conversational E-Learning","Conversational","Tutorial","Instructional","Online Course","Microlearning","Corporate Training","LMS Narration","SCORM Voiceover","Onboarding Guide","Patient-Education","Authority","Narrator","Older Male","Mature","Senior","Distinguished","Api","Deep-Authoritative","Decentralized","Saas","Medical","B2b-Optimized","Neutral","Compliance-Grade","Social Media","IVR","Narration","Executive Narrative","Financial Report","Keynote","LinkedIn Ad","Technical Explainer","Case Study","Internal Communication","Agent-Ready","High-Fidelity PVC","Commercial Rights Cleared","TTS","Text-to-Speech","AI Voice","Voice Clone","British Speaker","British Male Voice","Male Voice","Podcast","Video Narration","Phone Agent","Customer Service","Sales"],"languages":["English"],"useCases":["Gaming","E-Learning","Documentary","Audiobooks","Corporate","Medical/Healthcare","Legal","SaaS Demo","Podcast","Corporate Training","Tutorial","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/8ZBQD0m1R6EIchgSltwB","voiceId":"8ZBQD0m1R6EIchgSltwB","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/8ZBQD0m1R6EIchgSltwB\"\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/8ZBQD0m1R6EIchgSltwB\",\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/8ZBQD0m1R6EIchgSltwB\" \\\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"}