⚠️ Update: I created a custom node providing a complete implementation of ElevenLabs Features. Currently in BETA: feel free to try it
This workflow provides an API endpoint to generate speech from text using Elevenlabs.io, a popular text-to-speech service.
To set up your credentials in n8n, create a new custom authentication entry with the following JSON structure:
{
"headers": {
"xi-api-key": "your-elevenlabs-api-key"
}
}
Replace "your-elevenlabs-api-key"
with your actual Elevenlabs API key.
Send a POST request to the workflow's webhook endpoint with these two parameters:
voice_id
: The ID of the voice from Elevenlabs that you want to use.text
: The text you want to convert to speech.This workflow has been a significant time-saver in my video production tasks. I hope it proves just as useful to you!
Happy automating!
The n8Ninja
Implement complex processes faster with n8n