{{ filename }}
{{ type }} {{ size || '' }}
Do not hotlink to images since they will be removed every 10 minutes. Maximum filesize is 5MB.
To optimise your JPG files perform a POST request to
https://www.toptal.com/developers/jpgoptimiser/optimise
with the input
parameter set to the file content you
want to optimise.
POST https://www.toptal.com/developers/jpgoptimiser/optimise?input=...
For example:
curl -X POST -s --form "input=@filename.jpg;type=image/jpg" https://www.toptal.com/developers/jpgoptimiser/optimise > optimised.jpg
To see implementations in other languages see the Examples page.
(Ends)