Muapi's background remover API separates a foreground subject from its background in an image or video through a single REST workflow. The image model handles product photos, profile pictures, and creative assets with precise cutouts; the video model produces frame-accurate mattes on clips up to 60 seconds, including hair and fine detail, with transparent or solid-color output. Image removal starts at $0.01 per generation and video removal is priced at $0.01 per second.
Instantly remove image backgrounds with pixel-perfect precision for product photos, profile pictures, and creative projects.
Remove the background from video up to 60 seconds with frame-accurate matting on hair and fine detail. Export transparent WebM/MOV, MP4, or animated GIF.
A background remover API isolates the foreground subject in an image or video and strips out everything behind it, producing a transparent or solid-color cutout without manual masking, rotoscoping, or a green-screen setup.
Muapi exposes image and video background removal through the same unified REST pattern used across the platform: one API key, one request-and-poll flow, and pay-as-you-go pricing. Use the image endpoint for still assets or the video endpoint when the subject needs to remain cleanly separated across every frame.
The image model separates foreground from background with precision suited to product photos, profile pictures, and creative compositing.
The video model handles hair, edges, and fine detail across clips up to 60 seconds, with optional audio preservation.
Video output supports transparent WebM/MOV for compositing, standard MP4, or animated GIF depending on your downstream pipeline.
Process studio, outdoor, or cluttered backgrounds without a physical green screen or manual frame-by-frame masking.
Pair background removal with Muapi's product photography and image upscaler models to build clean, high-resolution listing assets.
No subscription or minimum commitment — image removal is charged per generation and video removal by the duration of the input clip.
| Model | Input | Price | Best For |
|---|---|---|---|
| AI Background Remover | Image | $0.01 / generation | Product photos, profile pictures, and creative assets |
| Video Background Remover | Video up to 60s | $0.01 / second | Clean video cutouts with hair and edge matting |
curl -X POST https://api.muapi.ai/api/v1/ai-background-remover \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"image_url": "https://example.com/input.jpg"
}'import requests
response = requests.post(
"https://api.muapi.ai/api/v1/ai-background-remover",
headers={"x-api-key": "YOUR_API_KEY"},
json={"image_url": "https://example.com/input.jpg"},
)
request_id = response.json()["request_id"]
result = requests.get(
f"https://api.muapi.ai/api/v1/predictions/{request_id}/result",
headers={"x-api-key": "YOUR_API_KEY"},
)
print(result.json())Muapi's background remover API separates a foreground subject from its background in an image or video through a unified REST workflow, producing a transparent or solid-color cutout.
Yes. Video Background Remover handles clips up to 60 seconds with frame-accurate matting on hair and fine detail, and can output transparent WebM/MOV, MP4, or animated GIF.
Image removal costs $0.01 per generation. Video removal costs $0.01 per second of input video.
No. Both models can process ordinary backgrounds without a physical green screen or manual masking.
Yes. Sign up at muapi.ai, create an API key from your dashboard, and start removing backgrounds immediately — no waitlist required.