Blocks

ElevenLabs

Convert TTS using ElevenLabs

Generate realistic speech from text using ElevenLabs voices.

Back to Catalog
Toolselevenlabs

Block Preview

ElevenLabs

ElevenLabs

Convert TTS using ElevenLabs

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the elevenlabs block with monitoring enabled in production.

Inputs (UI)

Text

long-input

Placeholder: Enter the text to convert to speech

Layout: full

Voice ID

short-input

Placeholder: Enter the voice ID

Layout: full

API Key

short-input

Placeholder: Enter your ElevenLabs API key

Layout: full

Model ID (Optional)

dropdown

Layout: half

Options: eleven_monolingual_v1, eleven_multilingual_v2, eleven_turbo_v2, eleven_turbo_v2_5

Inputs (API)

text

string

Required

voiceId

string

Required

modelId

string

Optional

apiKey

string

Required

Outputs

Primary response type:

{
  "audioUrl": "string"
}

Tool Access

elevenlabs_tts
ElevenLabs | NowFlow Blocks