Developers
Resize API
Resize any JPEG, PNG, or WebP image to exact dimensions in your browser. Fast, free, and no upload limits on the free tier. Try it without code first on the free resize tool.
POST
/v1/images/transformcurl https://api.pixpoo.com/v1/images/transform \ -H "x-api-key: pxp_xxxxxxxx" \ -F file=@photo.jpg \ -F width=1200 \ -F height=800 \ -F format=webp
Parameters
Response
The resized image, re-encoded at the requested quality.
Prefer JSON with a base64 payload instead of raw bytes? Use /v1/images/transform/json with the same parameters.