PDF Redaction

Why Use Our API?

AI-Powered Redaction

Automatically detects and redacts PII like names, locations, emails, and dates.

Context-Aware Accuracy

Leverages advanced AI to understand context and make precise redactions.

Support Scanned Documents (OCR)

Ideal for batch processing — redact hundreds of documents programmatically.

Support Different Languages

Common languages support: English, Spanish, German, Italian, Russian, etc.

Secure by Design

HTTPS-only transport; we retain zero data after processing.

Flexible Integration

Use JSON (base64) or multipart/form-data.

On-Premise Deployment

Need control? Run our API on your infrastructure with full data governance.

Price

Free Tier

$0

per month

Redact the first page only

1 page/minute — for testing & prototyping

OCR: image based PDF files supported

English language support

Try For Free
Pay-as-you-go

$0.05

per page

Scalable for business needs

On-premise deployment

OCR: image based PDF files supported

Common languages support

Contact Us
Custom Plan

Tailored solutions for enterprises and complex workflows

Contact Us

Sample Notebooks

Explore our example notebooks demonstrating how to integrate with the PDF Redaction REST API.

View on GitHub

API Documentation

/api/anonymize/pdf

Accepts a base64-encoded PDF in the JSON body. Returns a redacted PDF and detected PII entities.

Open In ColabView on GitHub
Example Request:
POST /api/anonymize/pdf
Content-Type: application/json

{
  "pdf": "BASE64_ENCODED_PDF"
}
Example Response:

200 OK: Returns a JSON containing the redacted PDF (base64) and detected PII entities.

Start Integrating in Minutes

Access documentation, request a trial API key, or schedule an architectural planning session with our team.

Contact Us
Redaction API for Developers: Secure Document Integration