# Remove BG - Core.Today AI API > One of the most-run background removers on Replicate (17M+ runs). A single-parameter API that strips the background and returns a transparent PNG — at just 1 credit per image, the cheapest cutout on the platform. - **Provider**: lucataco - **Model ID**: lucataco/remove-bg - **Category**: Image Generation - **Credits**: 1 per image - **Speed**: Fast - **Quality**: Standard ## Features - 17M+ runs — battle-tested at scale - Single parameter: just the image - Transparent PNG output - 1 credit per image — cheapest background removal on the platform - Fast, consistent results on products and people ## Use Cases - Bulk e-commerce product cutouts - Profile photo transparency - Preprocessing images for compositing - Sticker and thumbnail pipelines - High-volume automated workflows where cost matters ## API Endpoint Base URL: https://api.core.today/v1 Create Prediction: POST /predictions Get Status: GET /predictions/{job_id} ## Authentication Header: X-API-Key: YOUR_API_KEY ## Input Parameters ### Required - **image**: string - Input image to remove the background from ## Examples ### Product Cutout One call, one parameter, transparent PNG back ```json { "model": "lucataco/remove-bg", "input": { "image": "https://example.com/product.jpg" } } ``` ## Response Format ```json { "job_id": "abc123", "status": "pending | processing | completed | failed", "result": "URL or data (when completed)" } ``` ## Usage Flow 1. POST /predictions with model and input -> receive job_id 2. GET /predictions/{job_id} -> poll until status is completed or failed 3. Result contains output URL(s) ## Tips - At 1 credit per image this is the cheapest cutout on the platform — ideal for high-volume batch jobs - There are no options: if you need white/green/blur backgrounds or reverse mode, use 851-labs Background Remover (2cr) - For the highest edge fidelity on hair and fine details, compare with BiRefNet - Pairs well with an upscaler afterwards — alpha-preserving Bria Increase Resolution keeps the transparency ## Documentation https://replicate.com/lucataco/remove-bg