Background removal API for production cutouts
Send a public HTTPS image URL and receive a transparent PNG produced by FeyNoBg. The endpoint is designed for product catalogs, creative automation, and repeat image workflows.
Request
POST https://feynobg.org/api/remove-background
Content-Type: application/json
{"image_url":"https://example.com/product.jpg"}Response
{"image":{"url":"https://.../cutout.png","content_type":"image/png","width":1024,"height":1024},"seed":1234}Security and limits
Production API access will use server-issued credentials and per-account limits. Never send private image URLs containing permanent credentials. Contact us for early access and expected volume.