Add pages PDF API

Add blank pages exactly where you need them to prepare PDFs for printing, signing, or note-taking.

Flexible page insertion

Add blank pages exactly where you need them β€” at the beginning or end of a document, or between specific pages.

Automate with Zapier

Automatically insert blank pages into PDF files in Google Drive using our Zapier integration. It’s the easiest way to structure documents at scale.

Smart document preparation

Create space for handwritten notes, separators, or section dividers to improve readability and organization in lengthy documents like contracts, workbooks, or training manuals.


Try it out

This example will insert a new US letter-sized page after the first page of the document.


Try it out in three steps

  1. Add a PDF named document.pdf 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/build \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document",
"pages": {
"start": 0,
"end": 0
}
},
{
"page": "new",
"pageCount": 1,
"layout": {
"size": "Letter"
}
},
{
"file": "document",
"pages": {
"start": 1,
"end": -1
}
}
]
}'

Start now

Create an account to access your API key and start with 200 free credits

Start building with DWS Processor API in minutes β€” no payment information required.

Already have an account? Sign in β†’

Most common next steps

Connect add-page workflows to getting started, pricing, and broader document-preparation tasks

After validating blank-page insertion, continue to merge PDF if the workflow needs to combine entire documents rather than insert blank pages, getting started for API key setup, the Postman collection for the fastest first request, Processor API pricing for credits, or the Processor API overview for broader DWS evaluation of add-page, blank-page, and document-preparation workflows.


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.