This query converts text into spoken audio using a selected ElevenLabs voice and returns the audio as a downloadable file.
- API endpoint slug
- elevenlabs.text_to_speech
- Runtime method
- performQuery("elevenlabs.text_to_speech"}
Query fields
- 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
- Label
- Voice
- Helper text
- The voice to use for speech generation.
- Slug
- voice_id
- Required
- true
- Can have default value
- false
- 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
- Slug
- audio_url
- Filter code
- Elevenlabs.textToSpeech.AudioUrl
- Type
- Web URL
- Example
- https://locker.ifttt.com/elevenlabs/audio/abc123.mp3
- Slug
- voice_name
- Filter code
- Elevenlabs.textToSpeech.VoiceName
- Type
- String
- Example
- Rachel
- Slug
- model_used
- Filter code
- Elevenlabs.textToSpeech.ModelUsed
- Type
- String
- Example
- eleven_flash_v2_5
- Slug
- text_length
- Filter code
- Elevenlabs.textToSpeech.TextLength
- Type
- String
- Example
- 412
- Slug
- generated_at
- Filter code
- Elevenlabs.textToSpeech.GeneratedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00