Fast tier
~1 second per image on CPU. Ideal for bulk processing, e-commerce catalogs, and real-time apps.
Two quality tiers, one simple credit system. Choose speed or maximum quality per request.
~1 second per image on CPU. Ideal for bulk processing, e-commerce catalogs, and real-time apps.
BiRefNet model for maximum edge quality. Async queue for complex images and fine details.
REST API with API keys. One curl command to remove a background. OpenAPI docs included.
Start free with 3 images per day. Upgrade for API access, monthly credits, and priority processing.
Loading plans…
Drop an image on the landing page — 3 free removals every day, no signup.
POST your image to /remove with the X-API-Key header.
Receive a transparent PNG ready for your app, store, or pipeline.
Replace YOUR_API_KEY with the key from your account dashboard.
curl -X POST "https://removebg.vvaistudio.com/remove?model=fast" \ -H "X-API-Key: YOUR_API_KEY" \ -F "file=@photo.jpg" -o output.png