Developers
Compress API
Shrink JPEG, PNG, and WebP file sizes by up to 90% with barely any visible quality loss — free, in your browser. Try it without code first on the free compress tool.
POST
/v1/images/transformcurl https://api.pixpoo.com/v1/images/transform \ -H "x-api-key: pxp_xxxxxxxx" \ -F file=@photo.jpg \ -F quality=75 \ -F format=webp
Parameters
Response
The re-encoded image plus X-Pixpoo-Original-Size / X-Pixpoo-Output-Size response headers.
Prefer JSON with a base64 payload instead of raw bytes? Use /v1/images/transform/json with the same parameters.