C#C
C#3y ago
Chris TCC

❔ how to make an API call

I have tried looking up tutorials but they ended up making me more confused. I want to take a string, generate an API call from that, then download the response.
The API takes a URL-encoded string, and returns a link to a wav file, which I'd like to download. Is that possible?
here's the link to the API I'd like to try using:
https://tts.cyzon.us/
https://github.com/calzoneman/aeiou/blob/master/docs/usage-guidelines.md
GitHub
node.js web interface to silly text to speech things - aeiou/usage-guidelines.md at master · calzoneman/aeiou
Was this page helpful?