About this endpoint
What it does
Adds a watermark to a PDF fetched from a URL and returns a JSON object containing a URL to the watermarked PDF.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file_url | String | Yes | URL of the source PDF to process. Must be a URI. |
| watermark_text | String | No | Text to use as the watermark. |
| watermark_image_url | String | No | URL of an image to use as the watermark. Must be a URI. |
Response
Returns a JSON object with a url string field containing the URI of the watermarked PDF.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | URL of the generated watermarked PDF. Must be a URI. |