Developers
Convert API
Convert between JPEG, PNG, WebP, and AVIF in your browser — no software to install. Try it without code first on the free convert tool.
POST
/v1/images/transformcurl https://api.pixpoo.com/v1/images/transform \ -H "x-api-key: pxp_xxxxxxxx" \ -F file=@photo.jpg \ -F format=avif \ -F quality=80
Parameters
Response
The same image re-encoded in the requested format.
Prefer JSON with a base64 payload instead of raw bytes? Use /v1/images/transform/json with the same parameters.