API Playground

Test our background removal API with your own images and different models

Configuration

Leave empty to use demo mode with watermarks

Upload & Process

Drop image or click to browse

PNG, JPG, JPEG, WebP up to 25MB

Preview

Upload an image to see the preview

Code Examples

curl -X POST /api/remove-background \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@your-image.jpg" \
  -F "modelType=universal" \
  -F "format=png" \
  -F "shadowEnabled=true" \
  -F "shadowBlur=10" \
  -F "shadowOffsetX=10" \
  -F "shadowOffsetY=15" \
  -F "shadowOpacity=0.6" \
  -F "shadowColor=#000000" \
  -o result.png