Developers
Crop API
Crop any image to a precise region — remove unwanted edges, focus on a subject, or prepare an exact aspect ratio. Try it without code first on the free crop tool.
POST
/v1/images/transformcurl https://api.pixpoo.com/v1/images/transform \ -H "x-api-key: pxp_xxxxxxxx" \ -F file=@photo.jpg \ -F crop=0,0,800,600
Parameters
Response
The extracted region as a new image.
Prefer JSON with a base64 payload instead of raw bytes? Use /v1/images/transform/json with the same parameters.