For developers

Build privacy into your product with the PointPDF API

A simple REST API to blur sensitive data and convert documents — fast, private, and built for automation. Integrate in minutes.

What you can build

Redact sensitive data

Programmatically blur names, account numbers, and other sensitive fields before documents leave your system.

Convert documents

Turn files between supported formats (PDF, Word, Excel, images, and more) with a single call.

Automate at scale

Rate limits, usage analytics, and API keys designed to fit real production workloads.

Start in three steps

2

Call the API

Send a document and your settings to the endpoint; get the processed result back.

Code example

pointpdf-api.js
const pointpdf = new PointPDFAPI({
  apiKey: 'your-api-key',
  baseURL: 'https://blurify.pointpdf.com'
});

// Blur sensitive data
await pointpdf.blur({
  file: document,
  blurLevel: 0.8
});

Manage your integration

Ready to start?

Read the docs or create your first key.