Image Watermark Remover
All APIs
Image Watermark Remover
POSTv1
Authentication
x-authkey: YOUR_API_KEY
Endpoint
POST /image-watermark-removerParameters
| Name | Type | Required |
|---|---|---|
| image | FILE | Required |
Code Examples
Sample Response
{
"data": {
"url": "https://storage.thedataclouds.com/image-data/035fb0e7-0a87-4fdb-94ce-4a182097f835.png"
},
"status": "success"
}Response Parameters
The API processes the image using AI to detect and erase watermarks, reconstructing the background.
The response contains the direct link to the result.
| Key Name | Type | Description |
|---|---|---|
| url | String | The direct, public URL to download your watermark-free image. |
| status | String | Indicates if the operation was successful (e.g., 'success'). |
File Quality & Storage
Details regarding the quality and lifecycle of the processed image link.
| Concept | Details |
|---|---|
| Image Quality | The AI attempts to preserve the original resolution while inpainting the watermarked areas. |
| File Format | The output is typically returned as a PNG or JPG, matching the input source where possible. |
| Link Expiration | The download URL is temporary. Please download/save the image to your own server immediately. |
| Privacy | The URL is generated with a unique UUID. It is public but unguessable. |