PDF watermark API

Add custom text or image watermarks to PDF documents using a single API call. Use watermarking for branding, confidential stamps, ownership marks, document tracking, and other document-protection workflows.

Text and image watermarking for protection and branding

Apply text or image watermarks such as company logos, confidential stamps, ownership marks, or custom messages to any page or section of a PDF.

Built for API-driven document workflows

Use REST, Postman, curl, JavaScript, Python, Java, C#, PHP, or HTTP to add watermarks in your own platform without building custom document-processing infrastructure.

Automate watermarking at scale

Use watermarking for branded exports, confidential document delivery, ownership labeling, and automated protection workflows across generated or uploaded PDFs.


Try it out

This example will watermark all the pages of your document with the supplied logo.


Try it out in three steps

  1. Add document.pdf and logo.png to your project folder.
  2. Run the code from the same folder.
  3. Open result.pdf to see the output.
curl -X POST https://api.nutrient.io/processor/watermark \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
-F file=@document.pdf \
-F logo=@logo.png \
-F data='{
"image": "logo",
"width": "25%"
}'

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →

Implementation options

Validate text and image watermark workflows before deeper integration

Teams evaluating watermarking usually need to confirm both the styling flexibility and the easiest integration path. Nutrient supports REST, Postman, curl, JavaScript, Python, Java, C#, PHP, and raw HTTP so developers can test text and image watermark workflows before connecting them to branded exports, confidential delivery, or document-protection systems.


API comparison

BASIC

Watermark API

Straightforward API for adding watermarks to PDFs. Perfect for most use cases.


FEATURES

  • Simple request format
  • Minimal configuration required
  • Purpose-built for specific tasks
ADVANCED

Build API

Maximum flexibility and advanced features for complex workflows.


FEATURES

  • Multipart document support
  • Advanced actions and transformations
  • Workflow orchestration

Getting started

The following section will walk you through how to best make use of all the functionality the watermark API provides.

Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.

Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.