AI Background Remover
The API accepts standard image formats such as JPG and PNG and returns a processed image with a transparent background or a clean solid background, making it ideal for e-commerce, profile photos, marketing creatives, and document processing. Key capabilities Automatic background removal with high accuracy Preserves fine details like hair, edges, and transparent objects Fast processing suitable…
AI Background Remover endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Remove Background /v1/image |
Upload a JPG, PNG, or WEBP image (max 10MB) and get back a PNG with the background removed. **How it works:** 1. POST to this endpoint with your image 2. Get back a `task_id` 3.… |
| GET |
Get Task Status /v1/tasks/{id} |
Check the status of a background removal task. Poll this endpoint every 2–3 seconds after submitting an image until `status` returns `done` or `failed`. **Status values:** -… |
AI Background Remover pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7 / month | 3000 / hour |
|
| ULTRA | $14 / month | 12000 / hour |
|
| MEGA | $60 / month | — |
|