Integrate ImageOptimizer into your pipeline. Server-side optimization via sharp — no browser required.
curl -X POST https://www.imageoptimizer.org/api/v1/optimize \ -H "x-api-key: YOUR_KEY" \ -F "image=@photo.jpg" \ -F "format=webp" \ -F "quality=80" \ --output optimized.webp
Response headers include X-Before-Bytes, X-After-Bytes, and X-Compression-Percent.
Supported formats: webp, avif, jpeg, png · Max file size: 80MB · Test API