{"id":"V6","name":"Urban Truth-Teller","archetype":"Deep Urban Authority — Urban Truth-Teller","description":"Deep Urban Authority — Urban Truth-Teller. Verified Professional Voice Clone (PVC) on ElevenLabs. Specialised for social commentary, investigative documentaries, true crime narration, podcast hosting, and gritty urban storytelling. Clean audio conversational tone suited for e-learning courses, online course narration, tutorial content, instructional modules, and corporate training. Ideal for commercials, case studies, internal corporate communications, brand storytelling, social media content, medical/healthcare narration, legal compliance explainers, SaaS demo walkthroughs, audiobook narration, gaming characters, educational modules, e-learning content, and documentary narration. Deep mysterious tone with spatial-ready and API-native integration. Commercial Rights Cleared.","keywords":["Social Media","Documentary","Investigative","Social Commentary","Urban","Mysterious","Deep","Commercials","Narrator","Case Study","Internal Communication","Medical/Healthcare","Legal","SaaS Demo","API-Native","Spatial-Ready","PVC-Verified","ElevenLabs","True-Crime","Podcast","Brand-Storytelling","Audiobooks","Gaming","Education","E-Learning","Corporate","Character Voice","High-Fidelity","Commercial","Clean Audio","Clean Audio Conversational","Conversational E-Learning","Tutorial","Instructional","Online Course","Microlearning","Corporate Training","Conversational","Gritty","Spatial","Api","Medical","Saas","Neutral","Decentralized","IVR","Narration","Executive Narrative","Financial Report","Keynote","LinkedIn Ad","Technical Explainer","Whitepaper Narration","Onboarding Guide","Agent-Ready","High-Fidelity PVC","Commercial Rights Cleared","TTS","Text-to-Speech","AI Voice","Voice Clone","British Speaker","Male Voice","Phone Agent","Customer Service","Video Narration","Sales"],"languages":["English"],"useCases":["Gaming","E-Learning","Documentary","Audiobooks","Corporate","Medical/Healthcare","Legal","SaaS Demo","Commercials","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/U1Vk2oyatMdYs096Ety7","voiceId":"U1Vk2oyatMdYs096Ety7","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/U1Vk2oyatMdYs096Ety7\"\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/U1Vk2oyatMdYs096Ety7\",\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/U1Vk2oyatMdYs096Ety7\" \\\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"}