TinyPNG uses smart lossy compression techniques to reduce the file size of your WebP, JPEG, and PNG files.
Tool to retrieve the number of compressions made this month. Use when you need to monitor your TinyPNG API usage.
Tool to shrink an image and return its TinyPNG image ID. Use when you need only the compressed image identifier from the API response Location header.
Tool to compress and convert an image. Use when you need to optimize an image and change its format (AVIF, WebP, JPEG, PNG).
Tool to compress an image while preserving specified metadata fields. Use when critical metadata (e.g., copyright, creation date, or GPS location) must be retained in the output.
Compress an image using the Tinify API and upload the optimized result directly to Azure Blob Storage in a single operation. The image is first compressed by Tinify, then uploaded to the specified Azure Blob URL using the provided SAS token. Use this when you need to optimize images and store them in Azure without intermediate steps. Supports JPEG, PNG, and WebP image formats.
Tool to retrieve a compressed image by its image ID. Use after compressing an image to download the result.