Integrate our High-Definition Background Removal API into your eCommerce, CMS, or App workflow. Simple, fast, and 80% cheaper than competitors.
View PricingOur API is RESTful and easy to integrate. You can send images via file upload or URL.
| Parameter | Type | Description |
|---|---|---|
image |
File | Binary image file (JPG, PNG, WebP). Max 15MB. |
image_url |
String | Public URL of the image you want to process. |
* Note: Access requires whitelisting your domain. Please contact sales to activate.
curl -X POST https://rmvbg.net/api.php \
-F "image=@/path/to/photo.jpg" \
-H "Origin: https://your-website.com" \
--output result.png
const formData = new FormData();
formData.append('image_url', 'https://site.com/img.jpg');
const response = await axios.post(
'https://rmvbg.net/api.php',
formData,
{ responseType: 'arraybuffer' }
);
// Save result
fs.writeFileSync('result.png', response.data);
No credit system. No hidden fees. Just a flat monthly rate for your Business.
For small shops & hobbyists
For agencies & platforms
For high volume demands