Developer API
Automate image processing from your own apps. Create an API key in your account, then call the REST endpoints with a Bearer token.
Authentication
Pass your key in the Authorization header. Get one at /account/api-keys.
Authorization: Bearer pk_live_xxxxxxxxxxxxxxxxRemove background
curl -X POST https://imgtools.wazap.lt/api/tools/remove-background \
-H "Authorization: Bearer pk_live_xxx" \
-F "file=@photo.jpg" \
-o photo-no-bg.pngReturns a transparent PNG. Supports JPG, PNG, and WebP inputs up to 100 MB (Pro: 4 GB).
Rate limits
API calls count toward your plan's daily quota. Pro and Business plans have unlimited processing. More endpoints (compress, resize, upscale, convert) are being added this month.