# Voice IDs

All voices use ElevenLabs' `eleven_multilingual_v2` model, which supports multiple languages. To generate a voiceover in Spanish, French, Portuguese, or another supported language, write your script in that language — no additional parameter needed. The voice output language matches the script language automatically.

Custom ElevenLabs voices are not available as a native voiceId parameter in the Blotato API yet. Native API support is on the roadmap.

Workaround: Generate your ElevenLabs audio via the [ElevenLabs API](https://elevenlabs.io/docs/api-reference) separately, then pass the audio URL into the "Combine Existing Clips" template in the Create Visual node. This template accepts an optional audio/music URL, letting you combine any video with any custom voice.

To use custom voices in the web app, create your video at [Videos > New](https://my.blotato.com/videos/new) after adding your ElevenLabs API key in [Settings](https://my.blotato.com/settings).

## voiceName vs voiceId

Templates use different voice fields depending on the version:

* **"AI Video with AI Voice" template**: Uses `voiceName` -- pass the display name of the voice (e.g., `"Brian"` or `"Brian (American, deep)"`). The template matches the name to the correct ElevenLabs voice.
* **Older templates and direct API calls**: Use `voiceId` -- pass the full ElevenLabs voice ID string from the table below (e.g., `"elevenlabs/eleven_multilingual_v2/nPczCjzI2devNBz1zQrb"`).

If you are using n8n or Make.com, the official Blotato nodes show a dropdown for voice selection, so you do not need to copy IDs manually.

## Available Voices

The following ElevenLabs voices are available via the Blotato API:

<table><thead><tr><th width="360.3175048828125">ID</th><th width="103.242919921875">Name</th><th>Tags</th></tr></thead><tbody><tr><td>elevenlabs/eleven_multilingual_v2/Xb7hH8MSUJpSbSDYk0k2</td><td>Alice</td><td>female, middle-aged, British, confident, news</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/9BWtsMINqrJLrRacOk9x</td><td>Aria</td><td>female, middle-aged, American, expressive, social media</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/pqHfZKP75CvOlQylNhV4</td><td>Bill</td><td>male, old, American, trustworthy, narration</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/nPczCjzI2devNBz1zQrb</td><td>Brian</td><td>male, middle-aged, American, deep, narration</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/N2lVS1w4EtoT3dr4eOWO</td><td>Callum</td><td>male, middle-aged, Transatlantic, intense, characters</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/IKne3meq5aSn9XLyUdCD</td><td>Charlie</td><td>male, middle aged, Australian, natural, conversational</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/XB0fDUnXU5powFXDhCwa</td><td>Charlotte</td><td>female, young, Swedish, seductive, characters</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/iP95p4xoKVk53GoZ742B</td><td>Chris</td><td>male, middle-aged, American, casual, conversational</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/onwK4e9ZLuTAKqWW03F9</td><td>Daniel</td><td>male, middle-aged, British, authoritative, news</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/cjVigY5qzO86Huf0OWal</td><td>Eric</td><td>male, middle-aged, American, friendly, conversational</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/JBFqnCBsd6RMkjVDRZzb</td><td>George</td><td>male, middle aged, British, warm, narration</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/cgSgspJ2msm6clMCkdW9</td><td>Jessica</td><td>female, young, American, expressive, conversational</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/FGY2WhTYpPnrIDTdsKH5</td><td>Laura</td><td>female, young, American, upbeat, social media</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/TX3LPaxmHKxFdv7VOQHJ</td><td>Liam</td><td>male, young, American, articulate, narration</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/pFZP5JQG7iQjIQuC4Bku</td><td>Lily</td><td>female, middle-aged, British, warm, narration</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/XrExE9yKIg1WjnnlVkGX</td><td>Matilda</td><td>female, middle-aged, American, friendly, narration</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/SAz9YHcvj6GT2YYXdXww</td><td>River</td><td>non-binary, middle-aged, American, confident, social media</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/CwhRBWXzGAHq8TQ4Fs17</td><td>Roger</td><td>male, middle-aged, American, confident, social media</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/EXAVITQu4vr4xnSDxMaL</td><td>Sarah</td><td>female, young, American, soft, news</td></tr><tr><td>elevenlabs/eleven_multilingual_v2/bIHbv24MWmeRgasZH58o</td><td>Will</td><td>male, young, American, friendly, social media</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.blotato.com/api/accounts/voice-ids.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
