Use this in the request body model field.
bg-remover API
Remove image backgrounds instantly with AI precision via API in One. Perfect for product photos, portraits, and e-commerce automation. 1 credit per image (~$0.01).
The currently implemented BFF route.
Input types: image
Keys are managed by the shared dashboard.
This route does not require webhook handling.
Live capabilities
These capabilities come from the current model config and backend route. Unreleased APIs are not listed.
One of the cheapest background removal APIs on the market
One of the cheapest background removal APIs on the market
Batch
Batch-friendly API shape for parallel server-side processing
Near
Near-perfect edge detection including hair and transparent objects
Output in PNG (with transparency) or WebP
Output in PNG (with transparency) or WebP
Request format
Clients call same-origin API routes; the server BFF forwards to the matching Worker.
POST/api/v1/images/tools/remove-bg1 creditsRemove image backgrounds instantly with AI precision. Perfect for product photos, portraits, and e-commerce.
Parameters
imagestringURL of the image to remove background from
RequiredExample request
curl -X POST https://apiin.one/api/v1/images/tools/remove-bg \
-H "Authorization: Bearer aio_your_api_key" \
-H "Content-Type: application/json" \
--data-raw '{
"model": "bg-remover",
"image": "https://example.com/photo.jpg"
}'Integration flow
These steps use the current live route and shared account system; login, payment, orders, credits, and profile remain shared.
Create a shared API key
Create a key in the existing dashboard. Top-up, orders, credit balance, and profile stay in the shared console.
Call the real endpoint
Send a request with the endpoint, model id, and parameters shown on this page. /api/v1/images/tools/remove-bg
Poll task status
Async media and tool jobs use /api/v1/tasks/{task_id}; chat models return a direct response.
Task status route
After creating image, video, audio, or tool tasks, poll the real task endpoint for results.
GET/api/v1/tasks/{task_id}Check generation task status and result.Pricing
~$0.01 per image (1 credit)
Use cases
These workflows are supported by the current model and backend node.
Automate product photo editing for e-commerce catalogs
Remove backgrounds from user-uploaded profile photos
Create transparent PNG assets for design workflows
Batch process thousands of images for marketplace listings
FAQ
How accurate is the background removal?
The AI achieves near-perfect edge detection on most images, including fine details like hair and transparent objects. Results are comparable to manual editing.
What image formats are supported?
Input: JPEG, PNG, WebP via URL. Output: PNG (with transparency) or WebP. Set the "output_format" parameter to choose.
How much does background removal cost?
Each image costs 1 credit (~$0.01). Balance and usage are managed through the shared billing console.
Can I process images in batch?
Yes. Send multiple API requests concurrently within your account and route limits to process images in parallel.