Close menu
Explore Plans
Mobile menu Close menu
ElevenLabs

Convert text to speech

Pro plus icon This query converts text into spoken audio using a selected ElevenLabs voice and returns the audio as a downloadable file.

Developer info

API endpoint slug
elevenlabs.text_to_speech
Runtime method
performQuery("elevenlabs.text_to_speech"}

Query fields

Text Text input > Long text

Label
Text
Helper text
The text to convert to speech. Each character counts against your ElevenLabs character quota.
Slug
text
Required
true
Can have default value
true

Voice Dropdown list

Label
Voice
Helper text
The voice to use for speech generation.
Slug
voice_id
Required
true
Can have default value
false

Model Dropdown list

Label
Model
Helper text
Speech model to use. Flash v2.5 is recommended for most use cases.
Slug
model_id
Required
false
Can have default value
true

Ingredients

Audio url URL of the generated MP3 audio file.

Slug
audio_url
Filter code
Elevenlabs.textToSpeech.AudioUrl
Type
Web URL
Example
https://locker.ifttt.com/elevenlabs/audio/abc123.mp3

Voice name The name of the voice used for the generation.

Slug
voice_name
Filter code
Elevenlabs.textToSpeech.VoiceName
Type
String
Example
Rachel

Model used The ID of the model used for the generation.

Slug
model_used
Filter code
Elevenlabs.textToSpeech.ModelUsed
Type
String
Example
eleven_flash_v2_5

Text length The number of characters in the input text.

Slug
text_length
Filter code
Elevenlabs.textToSpeech.TextLength
Type
String
Example
412

Generated at When the audio was generated.

Slug
generated_at
Filter code
Elevenlabs.textToSpeech.GeneratedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00