ElevenLabs AI Text-to-Speech (Multilingual v2 & v3) avatar

ElevenLabs AI Text-to-Speech (Multilingual v2 & v3)

Pricing

$5.00 / 1,000 elevenlabs speech syntheses

Go to Apify Store
ElevenLabs AI Text-to-Speech (Multilingual v2 & v3)

ElevenLabs AI Text-to-Speech (Multilingual v2 & v3)

Enterprise AI voice synthesis & text-to-speech Actor powered by ElevenLabs Multilingual v2, ElevenLabs v3, and Turbo v2.5 engines.

Pricing

$5.00 / 1,000 elevenlabs speech syntheses

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Share

ElevenLabs AI Text-to-Speech (Multilingual v2, v3 & Turbo) - Apify Actor

Enterprise AI voice synthesis & text-to-speech Actor powered by ElevenLabs Multilingual v2, ElevenLabs v3 Expressive, and ElevenLabs Turbo v2.5 engines. Converts plain text, webpage article URLs, and document files into human-like audio in structured JSON format.


๐ŸŽ™๏ธ Supported AI Voice Personas Matrix

Voice Key (voice)Persona NameStyle / ToneBest Used For
christopher (Default)ChristopherWarm, Conversational American MaleCasual dialogue, podcasts, AI voice assistants
davidDavid CastlemoreAuthoritative, Broadcast Newsreader MaleNews broadcasts, articles, formal presentations
rachelRachelCalm, Soothing Professional FemaleAudiobooks, meditation, corporate narration
adamAdamDeep, Resonant American MaleDocumentaries, dramatic narration, trailers
georgeGeorgeCaptivating British Storyteller MaleAudiobooks, storytelling, historical documentaries
bellaBellaSoft, Emotional & Expressive FemaleStory narration, intimate dialogue, character voices
antoniAntoniEnergetic, Crisp Narration MaleCommercials, YouTube shorts, social media ads
domiDomiFriendly, Empathic FemaleCustomer service agents, conversational chatbots
joshJoshDeep, Engaging & Confident MaleMarketing videos, product explainers, keynotes
elliElliYoung, Dynamic & Cheerful FemaleGaming voiceover, animations, lively shorts

๐Ÿค– Supported Model Engines & Architecture Matrix

Model Key (model)Model Engine NameLanguages & CharacteristicsBest Used For
eleven_multilingual_v2 (Default)ElevenLabs Multilingual v229+ Languages, emotional accuracy, accent consistencyGlobal multilingual content, podcasts & narration
eleven_v3ElevenLabs v3 ExpressiveUltra-expressive emotional nuance & dynamic pacingDramatic audiobooks, gaming, character acting
eleven_turbo_v2_5ElevenLabs Turbo v2.5Low-latency synthesis (~150ms turnaround)Real-time conversational AI & voice bots
eleven_monolingual_v1ElevenLabs Monolingual v1Legacy English synthesis architectureLegacy compatibility

๐Ÿš€ Key Features

  • 3 Flexible Input Modalities: Convert direct text strings, automatically scrape & narrate webpage article URLs, or process document text files.
  • 10 Premium Voice Personas: Professional male & female voices tuned for news broadcasting, storytelling, marketing, gaming, and meditation.
  • Audio Binary & Base64 Output: Saves full Base64 payload in dataset/output, and automatically writes the raw .mp3 audio binary buffer to Key-Value Store (AUDIO.mp3).
  • Playback Speed Control: Multiplier from 0.5x (slow) to 2.0x (fast playback).

๐ŸŽฏ What People Use It For

  • Audiobook & Content Publishers: Automate narration for blog posts, news articles, and ebooks.
  • Video Creators & Animators: Generate professional voiceovers for YouTube shorts, TikToks, and commercials.
  • AI Voice Assistants & Chatbots: Integrated with low-latency eleven_turbo_v2_5 for real-time speech responses.
  • Accessibility & Screen Readers: Convert web articles into natural-sounding speech for visually impaired users.

๐Ÿ“Œ Decision Rule & Usage Recommendation

Check if status === "success" AND audio.byte_length > 0. Extract audio.audio_base64 or download AUDIO.mp3 from the Key-Value Store.


๐Ÿ’ก What Problem Does This Solve?

  • "Official ElevenLabs subscription pricing ($22 - $330/mo) is expensive for automated workflows."
  • "Basic robotic text-to-speech models sound artificial and lack human emotion."
  • "Manual audio recording and voiceover hiring takes days of coordination."

ElevenLabs AI Text-to-Speech delivers studio-grade human voice synthesis in a single API or Actor run.


๐Ÿ” Queries This Actor Answers

  • How do I synthesize ElevenLabs voice audio programmatically in Python, Node.js, or Apify Actors?
  • How do I automatically convert news webpage URLs into narrated audio files?
  • What is an accurate API alternative to ElevenLabs, Play.ht, and Amazon Polly?
  • How do I get Base64 MP3 voice audio using ElevenLabs Multilingual v2?

๐Ÿ“ฅ Input JSON Schema

Pass text, URL, or document file content with voice options:

{
"text": "Hello world, this is ElevenLabs AI text-to-speech synthesis.",
"voice": "christopher",
"model": "eleven_multilingual_v2",
"speed": 1.0
}

๐Ÿ“ค Dataset Output Format

Each run outputs a clean structured item to the default dataset and key-value store (OUTPUT):

{
"status": "success",
"success": true,
"service": "ElevenLabs AI Text-to-Speech Engine",
"input_type": "text",
"text": "Hello world this is ElevenLabs speech synthesis",
"character_count": 47,
"parameters": {
"voice": "Christopher",
"voice_id": "G17SuINrv2H9FC6nvetn",
"model": "Eleven Multilingual v2 (29+ Languages)",
"model_id": "eleven_multilingual_v2",
"speed": 1
},
"audio": {
"format": "mp3",
"byte_length": 23184,
"audio_base64": "//NkxAAAAANIAAAAAExBTUVVVVX..."
}
}

โš ๏ธ Failure Context & Error Handling

If no text, URL, or file input is provided:

{
"success": false,
"error": "Missing required parameter: exactly one of 'text', 'url', or 'file' must be provided."
}

๐Ÿท๏ธ Keywords

elevenlabs api, elevenlabs text to speech, text to speech api, ai voice generator, elevenlabs voice cloning, elevenlabs multilingual v2, elevenlabs v3, voice synthesis api, article to audio api, mp3 voice generator, ai narration api, apify actor.