Image optimization
Resize, compress and convert in one call. Auto quality finds the smallest file that still looks identical.
Drop an image
or click to choose one
or click to choose one
The optimized image and its stats appear here.
Same call from the command line
curl -H 'Authorization: Bearer YOUR_KEY' -F file=@image.jpg \ '/api/optimize?w=1600&h=1600&format=webp&q=auto' -o image.webp