Experimenting with the API found at , but encountered an issue with properly formatting the received string.
The string looks like this:
Communication that doesn’t take a chance doesn’t stand a chance.
The original response includes a <p> tag
which I successfully removed using a regex expression.
For a code example, visit: https://codepen.io/grimlok/pen/ppOKyZ/