🛠️Tool APIActive

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), free credits on sign up.

Model IDbg-remover

Use this in the request body model field.

Endpoint/api/v1/images/tools/remove-bg

The currently implemented BFF route.

Outputimage

Input types: image

AuthBearer API key

Keys are managed by the shared dashboard.

WebhookNot required

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.

Parameters

imagestring

URL of the image to remove background from

Required

Example 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.

01

Create a shared API key

Create a key in the existing dashboard. Top-up, orders, credit balance, and profile stay in the shared console.

02

Call the real endpoint

Send a request with the endpoint, model id, and parameters shown on this page. /api/v1/images/tools/remove-bg

03

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)

Base cost$0.01
Credits1
BillingSuccessful requests

Use cases

These workflows are supported by the current model and backend node.

01

Automate product photo editing for e-commerce catalogs

02

Remove backgrounds from user-uploaded profile photos

03

Create transparent PNG assets for design workflows

04

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). Free credits included on sign up.

Can I process images in batch?

Yes. Send multiple API requests concurrently within your account and route limits to process images in parallel.

Related live models