Redact sensitive data
Programmatically blur names, account numbers, and other sensitive fields before documents leave your system.
A simple REST API to blur sensitive data and convert documents — fast, private, and built for automation. Integrate in minutes.
Programmatically blur names, account numbers, and other sensitive fields before documents leave your system.
Turn files between supported formats (PDF, Word, Excel, images, and more) with a single call.
Rate limits, usage analytics, and API keys designed to fit real production workloads.
Send a document and your settings to the endpoint; get the processed result back.
Track calls, limits, and billing as you grow.
const pointpdf = new PointPDFAPI({
apiKey: 'your-api-key',
baseURL: 'https://blurify.pointpdf.com'
});
// Blur sensitive data
await pointpdf.blur({
file: document,
blurLevel: 0.8
});Read the docs or create your first key.