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.

Used by Lufthansa, Disney, Autodesk, UBS, Dropbox, IBM
Lufthansa
Disney
Autodesk
UBS
Dropbox
IBM

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 →


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

Learn how to use the watermark API’s key features.

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.

Frequently asked questions

What is a PDF watermark API?

A PDF watermark API lets you add text or image watermarks to PDF documents with a single API call. With Nutrient’s DWS Processor API, you can apply branding, confidential stamps, ownership marks, and other document-protection overlays without building your own document processing infrastructure.

How do I add a watermark to a PDF programmatically?

Send a request to the Nutrient DWS Processor API with your PDF and the watermark you want to apply, and the API returns the watermarked document. You can call it via REST, Postman, curl, JavaScript, Python, Java, C#, PHP, or plain HTTP.

Can I add image watermarks like a company logo?

Yes. You can apply image watermarks such as company logos, confidential stamps, or ownership marks — as well as custom text — to any page or section of a PDF.

Which programming languages does the watermark API support?

You can call the API from any language that can make HTTP requests. We provide quickstart examples for JavaScript, Python, Java, C# (.NET), and PHP, plus REST and a Postman collection to get your first request running faster.

Is there a free PDF watermark API?

Yes. You can start for free — sign up to receive processing credits and try the PDF watermark API before choosing a Processor API plan.


Ready to try it?

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