Using bgclear

How long does background removal take?

Short answer

About five seconds for a typical photo, from upload to downloadable PNG. Very large images and busy moments take a little longer. Through the API, synchronous requests finish within 30 seconds and larger images run as async jobs with a callback.

Upload time is usually the biggest part on mobile data — a 12-megapixel phone photo is 4–6 MB. The model itself runs in well under a second on our GPUs; the rest is transfer and encoding the PNG.

Developers processing catalogues should use the jobs endpoint: submit up to 50 images per call and receive results by callback instead of waiting on each request.

Try it on your own photo

Free, unlimited, no signup, no watermark. About five seconds per image.

Try bgclear free

Related questions

How does AI background removal work?

An AI segmentation model looks at the whole photo, decides which pixels belong to the subject and which to the background, and produces an alpha matte that keeps hair, fur and semi-transparent edges. bgclear runs it on its servers in about five seconds and returns a transparent PNG.

Full answer →

Can I remove backgrounds from many images at once?

On the website, images are processed one at a time with no limit on how many you run back to back. For true bulk, the developer API accepts batches of 50 image URLs per call, async jobs up to 50 MP, and callbacks when each result is ready.

Full answer →

Does bgclear reduce image quality or resolution?

No. The website returns the cutout at your image's original resolution — there is no preview-versus-HD tier and no upscaling. PNG output is lossless. Through the API, preview-size results (up to 800 px) are free and full-resolution results cost one credit.

Full answer →

All questions →