The gag-speak function is also available as an api.
Send a POST
request to gag-speak.codingfoxden.dk
with a JSON-encoded payload containing an array of strings. The response will contain an array of
converted strings.
$ curl -X POST https://gag-speak.codingfoxden.dk --data '["Hello World!", "Foxes!"]'
# ["Hmllh Whrld!", "Fhxmf!"]