SaaS
remove.bg (Canva)
The remove.bg standalone website and its self-service background-removal API stop working; the tool moves into Canva and the API to Leonardo.ai
departs 1 Dec 2026
Quick answers
- Is it true that remove.bg standalone site and self-service API shut down as background removal moves to Canva?
- Yes. remove.bg (Canva) has officially announced it, effective 1 Dec 2026. remove.bg is the widely-used one-click background-removal service and API, owned by Canva since 2021.
- When does it take effect?
- 1 Dec 2026. Verified against the vendor's own announcement.
- What should I use instead?
- Two different destinations depending on how you use it.
What this means for you
remove.bg is the widely-used one-click background-removal service and API, owned by Canva since 2021. From 1 December 2026 at 9:00am CET the standalone remove.bg website will no longer be available, and the self-service remove.bg API will stop accepting requests on the same date. If you call `api.remove.bg/v1.0/removebg` from a script, plugin, or app on a self-service (pay-as-you-go / credit) plan, those calls will start failing on 1 December 2026 — and any remaining self-service credits expire then too. Enterprise API customers are the exception: remove.bg states those contracts are not affected and continue as normal.
Where to go
Two different destinations depending on how you use it. For browser-based background removal, the functionality moves into Canva. For the API, remove.bg points developers to Leonardo.ai (also part of Canva), which now offers background removal plus upscaling and scene generation — but it is a different API with a different base URL and auth, so this is a re-integration, not a drop-in host swap. Migrate before 1 December: after that the self-service endpoint stops responding and unused credits are gone. If you only need occasional removals, Canva covers it; if you have an automated pipeline, plan the Leonardo.ai (or alternative) rewrite now rather than discovering the 401/blocked responses in production.
- Canva (browser-based background removal)
- Leonardo.ai background-removal API (remove.bg's official API destination)
- Photoroom API
- Cloudinary background removal add-on
- rembg (self-hostable, open source)
remove.bg — the one-click background remover that a lot of design tools, e-commerce pipelines and hobby scripts quietly depend on — is being folded into Canva, which has owned it since 2021. The company’s own FAQ puts a hard date on it: “The standalone website will no longer be available from 1 December 2026 at 9:00am CET.”
For most people that is a bookmark that stops working and a workflow that moves into Canva instead. For developers it is more pointed. The FAQ is equally plain about the API: “The self-service API will stop accepting requests from 1 December 2026.” If you have a script, a Photoshop panel, a Shopify job or a side project hitting https://api.remove.bg/v1.0/removebg on a pay-as-you-go or credit plan, that call has an expiry date now — and any credits sitting on the account expire with it, so there is no grace balance to run down afterwards.
There is one carve-out worth reading carefully before you panic: enterprise API contracts are not affected and continue as normal. The shutdown is specifically the self-service tier — the individual, credit-based accounts most one-person integrations run on.
The migration splits by how you use it. Browser users get pushed into Canva. Developers get pointed at Leonardo.ai, another Canva-owned service, which does background removal plus some extras like upscaling. That is a genuine destination, but it is a different API — different base URL, different auth, different response shape — so treat it as a rewrite, not a config change. Whichever way you go, the useful move is to do it before 1 December while the old endpoint is still there to test against, rather than finding out from a wave of failed jobs on the day the requests start bouncing.
Entry changelog
- — last reviewed.
- — Entry created from the official remove.bg FAQ ("remove.bg is moving to Canva"), which states plainly that the standalone website will no longer be available from 1 December 2026 at 9:00am CET, that the self-service API will stop accepting requests from 1 December 2026, and that enterprise API contracts are unaffected. Added a detect: fingerprint (text:api.remove.bg) so the lastcall CLI flags code still calling the self-service API host; validated against the public dataset.
Put this countdown in your README
Building on remove.bg (Canva)? Drop this badge into a project’s README or docs — it shows the days left and
refreshes on its own every night from this page.
[](https://lastcall.dev/entries/remove-bg-standalone-site-api-shutdown) Spot an error or a changed date? Tell us and it’s corrected the same night.