Hi I’ve been trying to build a workflow to generate some AI videos with Elevenlabs voice over but I don’t know how to add it to the Http node. Anyone familiar with how to set one up? I’m asking chatgpt but it’s leading me in circles. Thanks for the heads up! Here’s what my current setup looks like. Everything is working except for the last Node which is supposed to generate the voice.
Hi there, I worked with ElevenLabs api in the past.. maybe i can help can you share some more details? What’s the error you’re getting?
I can give you a quick tutorial.
-
First generate an
API Key
in elevenlabs -
Setting the
credential
in n8n
Header auth
name is :xi-api-key
value is theapi key
just generated
sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-
Go to the API reference. Check which API you are interested in.
Copy the CURL
in the document
- Back to n8n. Create a
Http Request
node and selectimport from curl
-
Try not to modify things in the first test.
-
Send. You should see the mp3 file as output.
@darrell_tw Thank you!! You’re a genius, I got it to work with Chatgpt!!
I was able to got it to work. Thanks for reaching out!! I’ll reach out if I ever have any questions regarding Elevenlabs.
If that helps. Please mark as solution and it’s also be a big help for me too!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.