Skip to main content

I am using Amazon Polly to convert text into audio speech. I want to stream the audio on a website as an mp3. The Zapier Polly integration produces a file, that once clicked, downloads the mp3. How do I get an mp3 url instead of a link to a file download ?

Hi @steffonisaac 

You’d likely have to host the file and make the file publicly accessible.

Try GDrive, Dropbox, or Box.


Thanks, Troy