PDF Watermark Remover
All APIs
PDF Watermark Remover
POSTv1
Authentication
x-authkey: YOUR_API_KEY
Endpoint
POST /pdf-watermark-removerParameters
| Name | Type | Required |
|---|---|---|
| FILE | Optional |
Code Examples
Sample Response
{
"data": {
"url": "https://storage.thedataclouds.com/pdf-data/69f45fac-0000-4c74-83d1-f5f4c163bbfe.pdf"
},
"status": "success"
}Response Parameters
Upon successful processing, the API returns a direct download link to the cleaned file.
The response is immediate once the watermark has been removed.
| Key Name | Type | Description |
|---|---|---|
| url | String | The direct, public URL to download your processed PDF file. |
| status | String | Indicates if the operation was successful (e.g., 'success'). |
Storage & Link Lifecycle
Important details regarding the `url` returned in the response.
| Concept | Details |
|---|---|
| File Format | The returned file is a standard PDF with the original quality preserved. |
| Link Expiration | This URL is temporary. Please download the file to your server immediately. |
| Access Control | The URL is public but secured via a unique UUID. No authentication is needed to download. |