✦ Documentation

User Guide

Quick start guide, plan limits, and API reference.

01 Quick Start

1

Open the Tool

Visit the homepage — no registration or software installation required.

2

Upload Your Image

Click the upload area or drag and drop an image. Supports PNG, JPG, and WEBP formats.

3

Wait for Processing

The first use downloads a ~50MB AI model (one time only). Subsequent processing is fully offline, usually completing within seconds.

4

Download the Result

Once processing is done, click "Download PNG" to save the transparent-background image.

02 Plan Limits

PlanMonthly QuotaFile SizeResolutionBatchAPI
Guest3/day≤ 2MB720p
Free10/month≤ 5MB1080p
Pro200/month≤ 25MBOriginal10/batch
Business2000/month≤ 50MBOriginal50/batch

Credit packs (never expire) stack with subscriptions — same file size/resolution as Pro.View pricing →

03 API Reference

API access is limited to Business subscribers. Requests require a Session Cookie (obtained automatically after OAuth login).
GET/api/usageQuery current usage and limits

Response

{
  "type": "user",
  "plan": "business",
  "monthly": { "used": 12, "limit": 2000, "remaining": 1988 },
  "credits": { "balance": 50 },
  "canProcess": true,
  "maxFileSizeMB": 50,
  "maxResolution": 99999
}
POST/api/usageConsume one processing quota (call after successful processing)

Response

{
  "ok": true,
  "source": "monthly",
  "remaining_monthly": 1987
}

04 Get Support

📧 Email Support

Have a question or feature request? Send us an email.

support@imagebackgrounderaser.shop

💳 Billing Issues

Refunds, upgrades, downgrades, and other billing questions.

Go to Billing →