API Available

Remove image backgrounds with one API call

Send an image, get a background-free result. Fast, simple, and secure background removal for your applications.

example.ts
import { createClient } from "@bgbuster/sdk";

const client = createClient("your-api-key");
const result = await client.removeBackground(  "https://example.com/photo.jpg")

console.log(result.url);