AI Background Removal
Ultra-fast, high-precision computer vision API engineered as a direct drop-in replacement for Remove.bg. Removes backgrounds from portraits, e-commerce products, animals, and objects in under 3 seconds. Choose from 3 AI neural models: Balanced (default), Studio Ultra HD, or Turbo High-Speed. Unbeatable pricing: ₹1 for 30 requests (₹0.0333 per image) with prepaid developer wallet billing and automatic refunds on failed processing.
Request Parameters (5)
| Field | Type | Required | Description |
|---|---|---|---|
| image_file | file | Optional | Binary image file (multipart/form-data) |
| image_url | string | Optional | Public URL to the image (multipart or JSON) |
| image_file_b64 | string | Optional | Base64-encoded image string (JSON) |
| model | string | Optional | AI neural engine model selection |
| format | string | Optional | Output payload format: "json" or "png" |
curl -X POST https://lushai.dev/api/v1/remove-bg \
-H "X-API-Key: YOUR_API_KEY" \
-F "image_file=@photo.jpg" \
-o no-bg.png