Watermark Remover API
IMPORTANT! The first request may take up to 1 minute, but subsequent requests will be processed within 5–10 seconds. You can also send up to 5 parallel requests. questions and support https://t.me/aza_support
Watermark Remover API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Remove Watermarks /runsync |
Remove all watermarks, logos, and text from the image **synchronously** and return a link to the processed image. |
| POST |
Remove Watermarks (add async job) /run |
Submit your image for an **asynchronous** removal job to the endpoint. Returns a job ID. |
| GET |
Status of Removal (for async jobs) /status/{id} |
Use this method to check the status of an asynchronous job and get the image link when processing is complete. |