Remove backgrounds from images via a simple REST API. Output is a transparent PNG, suitable for e‑commerce product photos, thumbnails, profile photos, and design workflows.
POST https://api.pixelapi.dev/v1/image/remove-background
curl -X POST https://api.pixelapi.dev/v1/image/remove-background \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "[email protected]"
Poll the generation id until completed.
curl https://api.pixelapi.dev/v1/image/UUID \ -H "Authorization: Bearer YOUR_API_KEY"
Also see: Remove Object API • AI Image Editor