🎭Tool APIActive

video-bg-remover API

Remove video backgrounds with AI via API in One. 10 credits per video (~$0.10). Optional background image replacement.

Model IDvideo-bg-remover

Use this in the request body model field.

Endpoint/api/v1/videos/tools/bg-remover

The currently implemented BFF route.

Outputvideo

Input types: video

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.

No green screen needed

No green screen needed

Custom background replacement

Custom background replacement

Affordable at 10 credits per video

Affordable at 10 credits per video

Simple 1

Simple 1-parameter API

Request format

Clients call same-origin API routes; the server BFF forwards to the matching Worker.

Parameters

videostring

URL of the video to process

Required
background_imagestring

URL of a custom background image to replace with

Optional

Example request

curl -X POST https://apiin.one/api/v1/videos/tools/bg-remover \
  -H "Authorization: Bearer aio_your_api_key" \
  -H "Content-Type: application/json" \
  --data-raw '{
  "model": "video-bg-remover",
  "video": "https://example.com/talking-head.mp4"
}'

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/videos/tools/bg-remover

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.10 per video (10 credits)

Base cost$0.10
Credits10
BillingSuccessful requests

Use cases

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

01

Remove backgrounds from talking-head videos for presentations

02

Create green-screen effects without physical green screens

03

Replace video backgrounds for virtual meetings content

04

Build automated video editing pipelines

FAQ

How much does Video BG Remover cost?

Each video costs 10 credits (~$0.10).

Can I replace the background with a custom image?

Yes. Use the "background_image" parameter to provide a custom background image URL.

What video formats are supported?

The API accepts standard video URLs (MP4, MOV, etc.) hosted on HTTP/HTTPS.

Related live models