Blocks
ElevenLabs
Convert TTS using ElevenLabs
Generate realistic speech from text using ElevenLabs voices.
Toolselevenlabs
Block Preview
ElevenLabs
Convert TTS using ElevenLabs
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the elevenlabs block with monitoring enabled in production.
Inputs (UI)
Text
long-inputPlaceholder: Enter the text to convert to speech
Layout: full
Voice ID
short-inputPlaceholder: Enter the voice ID
Layout: full
API Key
short-inputPlaceholder: Enter your ElevenLabs API key
Layout: full
Model ID (Optional)
dropdownLayout: half
Options: eleven_monolingual_v1, eleven_multilingual_v2, eleven_turbo_v2, eleven_turbo_v2_5
Inputs (API)
text
stringRequired
voiceId
stringRequired
modelId
stringOptional
apiKey
stringRequired
Outputs
Primary response type:
{
"audioUrl": "string"
}Tool Access
elevenlabs_tts