1 min readJun 23, 2018
Quick answer for you — Polly’s documentation states that you must send a POST request if you want to synthesize speech, so it is not possible to use the URL directly in the SSML audio src attribute. In my case, I use my backend as a small gateway that delegates the request to Amazon’s servers in the required format. I hope this helps!