remove.bg alternative
snipmat removes backgrounds with the same request shape as the remove.bg API, gives everyone full resolution for free, and sells credits that never expire. Switching an integration is a base URL and a key. Switching as a person is opening the editor.
What remove.bg announced
Source: the banner on remove.bg/pricing and remove.bg/api, read on 3 September 2026.
Create a free account, generate a key under Settings → API keys, then change the host and the key. Everything else stays.
Before
curl -X POST https://api.remove.bg/v1.0/removebg \ -H "X-Api-Key: YOUR_REMOVEBG_KEY" \ -F "image_file=@product.jpg" \ -F "size=auto" \ -o no-bg.png
After
curl -X POST https://snipmat.com/api/v1.0/removebg \ -H "X-Api-Key: sm_live_YOUR_KEY" \ -F "image_file=@product.jpg" \ -F "size=auto" \ -o no-bg.png
GET /api/v1.0/account returns the same credit structure as remove.bg's account endpoint. The full reference is on the API docs page, and the OpenAPI spec is machine-readable.
| remove.bg field | On snipmat |
|---|---|
| image_file / image_url / image_file_b64 | Same names, same precedence |
| size | auto and every paid size name (medium, hd, 4k, full) return full resolution — free. preview, small and regular return a 0.25 MP preview |
| format | auto, png, jpg, webp, zip — zip is color.jpg + alpha.png, like remove.bg |
| channels | rgba or alpha (mask only) |
| bg_color, bg_image_url | Same |
| crop, scale ("80%"), position | Same; position is original or center |
| type, type_level, roi, crop_margin, add_shadow, shadow_type, semitransparency | Accepted and ignored without an error, the way remove.bg treats unknown fields. snipmat has no foreground-type hints or shadow synthesis. |
| Auth header | X-Api-Key, exactly as before (Authorization: Bearer also works) |
| Errors | Same {"errors":[{"title","code"}]} shape and the same codes (auth_failed, insufficient_credits, rate_limit_exceeded, ...) |
| Response headers | X-Credits-Charged, X-Width, X-Height, plus X-Credits-Monthly-Remaining and X-Credits-Balance |
remove.bg figures are from its pricing and API pages on 3 September 2026. Where snipmat is missing something, the table says so.
| snipmat | remove.bg | |
|---|---|---|
| Full-resolution download on the free tier | 20 images/day | 1 trial credit; full-size exports need credits |
| Subscription | $9/month: unlimited web images + 500 API credits | $9/month for 40 credits |
| Credit packs | 100 for $9 up to 10,000 for $399, never expire | From $3 for 3 credits; credits expire 1 Dec 2026 |
| Free API allowance | 50 credits/month at full resolution | 50 calls/month at preview resolution |
| Price per image, cheapest tier | 4¢ (10,000-credit pack), 1.8¢ on Pro | Credit-based; larger outputs cost more credits |
| Maximum input | 32 MP / 25 MB | 50 MP (JPG, ZIP), 10 MP (PNG) |
| Interior holes opened automatically | Not documented | |
| Batch | Up to 100 images, one ZIP; async via MCP | Via desktop app |
| MCP server for AI assistants | ||
| Desktop and mobile apps, Photoshop plugin | ||
| Standalone service after 1 Dec 2026 |
Gain
Give up
remove.bg and Canva are trademarks of their respective owners. snipmat is not affiliated with, endorsed by, or sponsored by either. Facts about remove.bg were read from its public site on 3 September 2026 and may change; the links above go to the source.