| Name | Type | Description | Notes |
|---|---|---|---|
| fileUrl | String | PDF file from remote URL to add the watermark to | |
| watermark | WatermarkFileUrlWatermark | ||
| output | OutputEnum | Returned document output | [optional] |
| name | String | File name of the returned document | [optional] |
| fileBase64 | String | PDF file from base64 string to add the watermark to |
| Name | Value |
|---|---|
| FILE | "file" |
| BASE64 | "base64" |
| URL | "url" |