AI Background RemoverAPI

Upload an image and remove its background instantly, returning a clean transparent PNG cutout. Supports PNG, JPG, and WEBP up to 20MB.

photo editing~2 credits/callv1.0.0

Endpoint

endpoint
POST https://backend.aaddyy.com/api/ai/background-remover

Authentication

header
Authorization: Bearer YOUR_API_KEY

Parameters

Required

imagefilerequired

Example Request

cURL
curl -X POST https://backend.aaddyy.com/api/ai/background-remover \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "image": "example_image"
  }'

Request Body

json
{
  "image": "example_image"
}

Example Response

json
{
  "success": true,
  "message": "AI Background Remover completed successfully",
  "timestamp": "2026-06-07T22:41:17.434Z",
  "requestId": "req_nun5zkx0x",
  "data": {
    "cost": 0.02,
    "remainingCredits": 9.95
  }
}

SDK

javascript
import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/background-remover', {
  "image": "example_image"
})

Install: npm install aaddyy

Pricing

~2 credits (~$0.02) per request

Rate Limits

20 requests per 1m

Burst: 5