{"id":"V3","name":"Authoritative Multilingual Baritone","archetype":"Authoritative South Asian Baritone","description":"Authoritative South Asian Baritone. Verified Professional Voice Clone (PVC) on ElevenLabs. Deep resonance for cinematic trailers, legacy documentary projects, global documentary narration, historical documentaries, Bollywood narrative, and keynote presentations. Hindi/Urdu specialist with multilingual capability. Clean audio conversational delivery for e-learning courses, online course narration, tutorial modules, instructional walkthroughs, and corporate training content. Ideal for cinema trailers, commercials, corporate training, medical/healthcare narration, legal compliance content, SaaS demos, education modules, e-learning courses, audiobook narration, gaming dialogue, and spatial audio applications. High-fidelity clean audio with API-native integration. Also verified for Japanese-language narration via ElevenLabs Multilingual v2 — tested with native Japanese script for bilingual AI assistant, Japanese corporate narration, and Japanese-English bilingual content delivery. Also verified for French-language luxury brand narration via ElevenLabs Multilingual v2 — when prompted with French source language, delivers an extremely refined luxury French spokesperson tone ideal for high-end brand campaigns, fashion house narration, perfume and cosmetics advertising, luxury automotive, and prestige product launches. Commercial Rights Cleared.","keywords":["Multilingual","Authoritative","Cinematic","Legacy","Hindi-Specialist","Urdu","Global-Documentary","South-Asian-B2B","Cinema Trailer","Historical Documentary","Bollywood Narrative","Keynote","Deep Voice","Commercials","High-Fidelity","Medical/Healthcare","Legal","SaaS Demo","API-Native","Spatial-Ready","Gaming","Documentary","Medical","Healthcare-Ready","Education","Clean-Audio","Spatial","Commercial","PVC-Verified","ElevenLabs","Audiobooks","E-Learning","Corporate","Character Voice","Clean Audio Conversational","Conversational E-Learning","Tutorial","Instructional","Online Course","Microlearning","Corporate Training","Conversational","Global-Ready","Native-Level Negotiator","GPT-4o Diplomat","Japanese","Japanese-English Bilingual","Multilingual v2 Japanese","Bilingual AI","French","French Luxury","Luxury Brand","Spokesperson","Multilingual v2 French","Fashion","Prestige","High-End Brand","B2b-Optimized","Deep-Authoritative","Api","Compliance-Grade","Neutral","Social Media","IVR","Narration","Executive Narrative","Financial Report","LinkedIn Ad","Technical Explainer","Whitepaper Narration","Onboarding Guide","Case Study","Internal Communication","Agent-Ready","High-Fidelity PVC","Commercial Rights Cleared","Customer Support","TTS","Text-to-Speech","AI Voice","Voice Clone","British Speaker","Male Voice","Phone Agent","Customer Service","Podcast","Video Narration","Sales"],"languages":["Hindi","Urdu","Japanese","English","French"],"useCases":["Gaming","E-Learning","Documentary","Audiobooks","Corporate","Medical/Healthcare","Legal","SaaS Demo","Commercials","Podcast","Corporate Training","Tutorial","Cinematic","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/n32p8A7EZ9CiVeRYpBY9","voiceId":"n32p8A7EZ9CiVeRYpBY9","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/n32p8A7EZ9CiVeRYpBY9\"\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/n32p8A7EZ9CiVeRYpBY9\",\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/n32p8A7EZ9CiVeRYpBY9\" \\\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"}