I am trying to automatically create audio versions of blog posts from Ghost, using the ElevenLabs API.
I set up a custom POST request with “Webhooks by Zapier:
I add all the relevant headers:
The call goes through and I get a response with the following output:
I try to create a file in Google Drive, and it works, but it’s a document not an MP3 file. And even when I paste the output manually into an MP3 file, it doesn’t work.
How can I get this call to give me back a proper MP3 file or to convert the output to the relevant format?