Background Removal API
Background Removal API for Squarespace
Squarespace shops integrate PixelAPI via custom code blocks or third-party automation tools (Zapier/Make) connected to Squarespace product catalogs.
Quickstart: PixelAPI + Squarespace
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 Squarespace teams choose PixelAPI
- $0.0025 per image — fits any Squarespace budget, even thousand-product catalogs.
- 500 free credits — test on real Squarespace product data without card.
- REST API — works from any Squarespace runtime (server-side function, cloud function, webhook).
- 14 other AI tools bundled — same API for image gen, upscale, face restore, etc.
- No cold starts — always-warm infrastructure, sub-3-second response.
Common Squarespace integration patterns
- On-upload trigger — when a Squarespace user uploads a product image, fire PixelAPI in the background and store the cleaned PNG.
- Overnight bulk job — process the day's new uploads via a cron job hitting PixelAPI in a loop.
- Webhook — let your Squarespace backend POST images to PixelAPI and receive transparent PNG URLs back.
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.