Generate Text-to-Speech Using Elevenlabs via API
🎉 Do you want to master AI automation, so you can save time and build cool stuff?
I’ve created a welcoming Skool community for non-technical yet resourceful learners.
👉🏻 Join the AI Atelier 👈🏻
This workflow provides an API endpoint to generate speech from text using Elevenlabs.io, a popular text-to-speech service.
Step 1: Configure Custom Credentials in n8n 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.
Step 2: Send a POST Request to the Webhook 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
Related Templates
Extract Title tag and Meta description from url for SEO analysis with Airtable
Extract Title tag and meta description from url for SEO analysis. How it works The workflows takes records from Airtabl...
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Build a Restaurant Voice Assistant with VAPI and PostgreSQL for Bookings & Orders
This n8n template demonstrates how to create a comprehensive voice-powered restaurant assistant that handles table reser...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments