Getting started
Once you retrieve your key, you can immediately start shrinking images. Official client libraries are available for Ruby, PHP, Node.js, Python, Java and .NET. Additionally, you can create your integration with any HTTP(S) client.
If you have a WordPress website, you can effortlessly compress your WebP, JPEG, and PNG images using the WordPress plugin.
Feel free to check out the third-party plugins if you haven't found what you need. The Tinify community has used the Developer API to create many third-party add-ons for popular platforms.
When creating your integration in HTTP(S), the server will compress your image and respond with a URL where you can grab the result.
curl --user api:
YOUR_API_KEY
\
--data-binary
@unoptimized.png
-i https://api.tinify.com/shrink