Use Cases
- Convert written content into audio for podcasts or videos.
- Generate voiceovers for marketing materials.
- Create accessible content for visually impaired users.
How It Works
Webhook receives POST request with voice ID and text. Workflow checks for the presence of required parameters. If parameters are valid, a request is sent to Elevenlabs to generate speech. Generated audio is returned as a response to the webhook.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure custom authentication with Elevenlabs API key.
- 3Set up the webhook endpoint to receive requests.
- 4Test the workflow by sending a POST request with voice ID and text.
Apps Used
Elevenlabs
Categories
Target Roles
Industries
Tags
#ai content generation
#text processing
#workflow management