AI Watermark RemoverAPI

Remove watermarks from images using FLUX.2 [flex] by Black Forest Labs. Provide an image URL and get back a clean, watermark-free version.

photo editing~20 credits/callv1.0.0

Endpoint

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

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

image_urlurlrequired

Example Request

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

Request Body

{
  "image_url": "example_image_url"
}

Example Response

{
  "success": true,
  "message": "AI Watermark Remover completed successfully",
  "timestamp": "2026-04-01T22:36:12.272Z",
  "requestId": "req_irl9er233",
  "data": {
    "cost": 0.2,
    "remainingCredits": 9.95
  }
}

SDK

import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/watermark-remover', {
  "image_url": "example_image_url"
})

Install: npm install aaddyy

Pricing

~20 credits (~$0.20) per request

Rate Limits

10 requests per 1m

Burst: 3