Protect confidential data and save valuable time by seamlessly automating PDF redaction with AI-powered accuracy and efficiency.
Automatically detects and redacts PII like names, locations, emails, and dates.
Leverages advanced AI to understand context and make precise redactions.
Ideal for batch processing — redact hundreds of documents programmatically.
Common languages support: English, Spanish, German, Italian, Russian, etc.
HTTPS-only transport; we retain zero data after processing.
Use JSON (base64) or multipart/form-data.
Need control? Run our API on your infrastructure with full data governance.
per month
Redact the first page only
1 page/minute — for testing & prototyping
OCR: image based PDF files supported
English language support
Try For Freeper page
Scalable for business needs
On-premise deployment
OCR: image based PDF files supported
Common languages support
Talk with HumanExplore our example notebooks demonstrating how to integrate with the PDF Redaction REST API.
View on GitHubAccepts a base64-encoded PDF in the JSON body. Returns a redacted PDF and detected PII entities.
POST /api/anonymize/pdf
Content-Type: application/json
{
"pdf": "BASE64_ENCODED_PDF"
}
200 OK: Returns a JSON containing the redacted PDF (base64) and detected PII entities.