Background Removal API

Background Removal API for WooCommerce

WooCommerce store owners can call PixelAPI from a custom plugin or WP-Cron job to clean uploaded product photos overnight. PHP code samples in our docs.

Quickstart: PixelAPI + WooCommerce

Sign up at pixelapi.dev/app for an API key (500 free credits). Then call:

curl -X POST https://api.pixelapi.dev/v1/image/remove-background \
  -H "X-API-Key: $PIXELAPI_KEY" \
  -F "[email protected]"
# response: { "output_url": "https://...transparent.png", "credits_used": 10 }

Why WooCommerce teams choose PixelAPI

Common WooCommerce integration patterns

Pricing

$0.0025 per image, with bulk discounts (Pro = $0.0083/image at 6K/mo; Scale = $0.0067/image at 30K/mo). India billing in INR with GST invoice; international billing in USD via PayPal/Stripe.

Try free — 500 credits, no card Background Removal API docs See pricing