GoodbyeBG

Fast, simple background removal API powered by AI

Simple API

One endpoint, instant results. Upload an image, get back a transparent PNG.

Multiple Formats

Input: PNG, JPG, WebP, GIF, BMP, TIFF. Output: PNG, JPG, WebP with optional background colors.

Fast Processing

AI-powered background removal in milliseconds.

Get Your Free API Key

Message me on X to request your free API key

@creatingdotco
# Example usage with curl
curl -X POST "https://your-api.com/v1/remove-bg" \
  -H "X-Api-Key: your_api_key" \
  -F "image_file=@photo.jpg" \
  -o result.png