Built for real workloads

Two quality tiers, one simple credit system. Choose speed or maximum quality per request.

Fast tier

~1 second per image on CPU. Ideal for bulk processing, e-commerce catalogs, and real-time apps.

HQ tier

BiRefNet model for maximum edge quality. Async queue for complex images and fine details.

🔑

Simple integration

REST API with API keys. One curl command to remove a background. OpenAPI docs included.

Simple plans that scale with you

Start free with 3 images per day. Upgrade for API access, monthly credits, and priority processing.

Loading plans…

Three steps to transparent PNGs

1

Try it free

Drop an image on the landing page — 3 free removals every day, no signup.

2

Send a request

POST your image to /remove with the X-API-Key header.

3

Get your PNG

Receive a transparent PNG ready for your app, store, or pipeline.

One command to remove a background

Replace YOUR_API_KEY with the key from your account dashboard.

curl
curl -X POST "https://removebg.vvaistudio.com/remove?model=fast" \
     -H "X-API-Key: YOUR_API_KEY" \
     -F "file=@photo.jpg" -o output.png