HTML Minifier Curl Example

Check the example on how to use
Curl
to minify a HTML hardcoded string and output to stdout:
curl -X POST -s --data-urlencode 'input=<input type="text" />' https://www.toptal.com/developers/html-minifier/api/raw

Output:

<input>