Developers
API documentation
Everything you need to call pixpoo directly from your product — authentication, core endpoints, quotas, and a reference page for every transform.
Authentication
Every request to /v1/images/* and /v1/upload/* requires an x-api-key header. Find your key on your dashboard after signing up.
curl https://api.pixpoo.com/v1/images/transform \ -H "x-api-key: pxp_xxxxxxxx" \ -F file=@photo.jpg \ -F width=1200
Core endpoints
Quotas
Each successful transform — single or as part of a bulk batch — counts as one unit against your monthly plan quota. Exceeding it returns a 429. Everything is free while pixpoo is in beta; paid tiers with higher limits are coming later.