BUILT FOR YOUR EXISTING WORKFLOW
A remove.bg API alternative for your workflow.
Explore a remove.bg API alternative with file, URL and base64 input. Review compatibility, credit usage and migration steps before integration.
Before
POST https://api.remove.bg/v1.0/removebgAfter
POST https://removebgtool.net/v1.0/removebgFor supported parameters, change only the endpoint and API key. Review the compatibility guide before switching production traffic.
HD, from the start.
Up to 22 MB and 50 megapixels. PNG up to 10 MP; JPG and WebP up to 50 MP with size=50MP.
The response you expect.
Upload a file, send a URL or base64. Receive an image directly, or request JSON. No client-side polling.
Credits you can trace.
Share your account balance. Failed processing is refunded. Track requests and credits in your dashboard.
Your first image, in one request.
Create a key in your account, replace YOUR_API_KEY, and run this example from your server. API access is included in Pro and Enterprise.
Get API key →curl --fail-with-body --max-time 180 \
-H 'X-API-Key: YOUR_API_KEY' \
-F 'image_file=@image.jpg' \
-F 'size=auto' \
'https://removebgtool.net/v1.0/removebg' -o no-bg.pngFamiliar API. Clear boundaries.
A compatible interface does not mean identical AI results. Test your own images before migrating.
| Capability | Support |
|---|---|
| Image inputs | JPG, PNG, WebP · file, HTTPS URL, base64 |
| Resolution | preview / small / regular · medium · hd · full / 4k · auto · 50MP |
| Output | PNG, JPG, WebP · auto · binary or JSON |
| Image options | crop, bg_color, type=auto, type_level=none, channels=rgba |
| Not supported yet | ZIP, shadows, ROI, background images, foreground classification, crop_margin, scale, position, alpha-only output, semitransparency control, OAuth |
Simple account-based billing.
API calls use your existing credits. The current per-image charge appears in your dashboard and in X-Credits-Charged. Preview uses the same charge as full resolution. No separate free monthly API allowance is included.
View plans →Before you switch.
Can I keep my existing integration?
Yes, for supported requests. Change the base URL and key. SDKs with a hard-coded remove.bg address need an endpoint override or an HTTP client.
Can I transfer remove.bg credits?
No. Accounts, keys and credits are independent. Create a new key for this service.
What happens to my images?
Images are sent to our processing provider. We do not publish uploads to the site gallery. Temporary provider results support retries for 10 minutes; the provider documents a 30-minute result URL lifetime. Request metadata is retained for usage reporting.