Built for production.
Drop-in Compatible
Every parameter Remove.bg accepts, we accept. Every response field they return, we return. Every error code matches. Change one URL and you're done.
Webhooks On Every Plan
No enterprise gatekeeping. Async processing, delivery retry, signature verification, event subscriptions on every tier.
Production Ready
99.9% uptime SLA. Rate limiting. Usage analytics. Response headers for width, height, credits charged, rate limit remaining.
Your first call in 30 seconds.
Get an API key from your dashboard, then run:
API plans
Start free with 10 calls per day. Production plans from $29/mo.
Authentication
All API requests require a valid API key sent via the X-Api-Key header. Keys are created in your API settings.
X-Api-Key header format. No changes needed if migrating.Endpoint reference
/v1/removebgRemove the background from an image. Accepts multipart form data or JSON body. Returns the processed image as binary (PNG, JPEG, or WebP).
Request formats
Parameters
Response headers
Error codes
All errors return JSON with an errors array. HTTP status codes match Remove.bg conventions.
{ "errors": [{ "title": "Missing image_file", "code": "missing_parameter" }] }{ "errors": [{ "title": "Invalid API key", "code": "authentication_error" }] }{ "errors": [{ "title": "Rate limit exceeded", "code": "quota_exceeded" }] }{ "errors": [{ "title": "Rate limit exceeded", "code": "rate_limited" }] }{ "errors": [{ "title": "Internal processing error", "code": "internal_error" }] }Migrate from Remove.bg in 30 seconds.
Change one URL. That's it. Every parameter, header, and response format is identical.
Change the endpoint URL
- https://api.remove.bg/v1.0/removebg+ https://api.bgeraser.ink/v1/removebg
That's it. Here's proof:
Try it live.
Paste your API key, drop an image, and run a real request.
Typical response times
bgeraser uses state-of-the-art segmentation models on GPU infrastructure for pixel-precise cutouts. Output quality is consistent regardless of plan tier.
After your first request, subsequent requests within 5 minutes are served from a warm endpoint with significantly lower latency.
Tips for fastest response
- •Resize images to 2048px on the longest side before upload (no quality loss for most use cases)
- •Reuse the same API key across requests to keep your endpoint warm
- •For high volume, contact us for dedicated infrastructure pricing
Rate limits
Rate limits are applied per API key. Response headers include X-RateLimit-* fields on every response.
Numbers we publish.
Get your first API key in 30 seconds.
10 free calls per day. No credit card. Forever.
Sign up to get an API key