API

Ready API

The Watermarks Remover Developer API exposes the same text and file cleaning over plain HTTP. Authenticate every request with a per-user API key (Authorization: Bearer or x-api-key: ) and pay from your API credit balance. This is the direct REST surface behind the hosted MCP server.

You need

  • A Watermarks Remover account
  • A per-user API key

Install

  1. Sign in to Watermarks Remover and create an API key.
  2. Call any /v1 endpoint with the key in the Authorization header.
  3. Run GET /v1/quota to see your remaining credit balance.
  4. Top up credits, or enable auto top-up, from the Billing page.

Configuration

bash

curl https://watermarks-remover.com/v1/clean   -H "Authorization: Bearer <YOUR_API_KEY>"   -H "content-type: application/json"   -d '{"text":"Paste the text you want to clean"}'

Notes

  • Requests are metered from your API credit balance, not the free daily web quota.
  • Layer B rewriting costs more per 1,000 words than the lossless Unicode scrub.
  • See the interactive reference below for every endpoint and schema.

API reference

Live, interactive documentation for the REST API. Use Authorize to add your API key, then try the endpoints.

← All integrations