Background Removal & Upscaling
A FastAPI-powered, AI-driven image enhancement API that lets you quickly remove backgrounds and upscale images with a single request. Ideal for e-commerce, social media, and digital content workflows, this API supports both file uploads and image URLs and returns high-quality, base64-encoded images.
Background Removal & Upscaling endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Remove Image Background /v1/image/background_remove |
Removes the background from a JPEG or PNG image while preserving shadows and fine edges. Supports either a public imageUrl or multipart imageFile upload and returns the result as… |
| POST |
Upscale Image Resolution /v1/image/upscale |
AI-driven enhancement to upscale a JPEG or PNG image by 2× or 4×. Accepts either a public imageUrl or multipart imageFile upload and an optional scaleRadio parameter (2 or 4,… |
Background Removal & Upscaling pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.9 / month | 2 / second |
|
| ULTRA Recommended | $29.9 / month | 10 / second |
|
| MEGA | $79.9 / month | — |
|