API
Ready APIThe 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
You need
- A Watermarks Remover account
- A per-user API key
Install
- Sign in to Watermarks Remover and create an API key.
- Call any /v1 endpoint with the key in the Authorization header.
- Run GET /v1/quota to see your remaining credit balance.
- 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.