Supercharge Your Workflow

Integrate our High-Definition Background Removal API into your eCommerce, CMS, or App workflow. Simple, fast, and 80% cheaper than competitors.

View Pricing

API Documentation

Our API is RESTful and easy to integrate. You can send images via file upload or URL.

POST https://rmvbg.net/api.php

Parameters

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 Example

curl -X POST https://rmvbg.net/api.php \
  -F "image=@/path/to/photo.jpg" \
  -H "Origin: https://your-website.com" \
  --output result.png
        
Node.js / Axios

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);
        

Simple, Transparent Pricing

No credit system. No hidden fees. Just a flat monthly rate for your Business.

Starter

$29 /mo

For small shops & hobbyists

  • ~1,000 Images / Month
  • Standard Support
  • 99% Uptime Guarantee
  • Full HD Quality
Contact Sales

Enterprise

Custom

For high volume demands

  • Unlimited Images
  • Dedicated Server Resources
  • 24/7 Phone Support
  • Custom SLA
Talk to Us