Redact PII from any document
with one API call

Two launch paths: done-for-you onboarding or self-setup monthly. We keep the backend protected while you monetize compliant redaction workflows fast.

🔒 HIPAA Ready 🇪🇺 GDPR Compliant 📋 20+ PII Categories ⚡ API Key Protected 💳 Stripe Checkout Ready
REQUEST
curl -X POST https://www.redactapi.dev/v1/redact \
  -H "Authorization: Bearer rd_your_key" \
  -F "file=@medical_record.pdf"
RESPONSE
{
  "success": true,
  "redacted_text": "Patient [PERSON_NAME_1] visited on
  [DATE_OF_BIRTH_1]. SSN: [SSN_1].
  Contact: [EMAIL_1], [PHONE_1]...",
  "pii_found": [
    {
      "original": "Jane Smith",
      "category": "person_name",
      "replacement": "[PERSON_NAME_1]",
      "confidence": 0.98
    },
    {
      "original": "123-45-6789",
      "category": "social_security_number",
      "replacement": "[SSN_1]",
      "confidence": 0.99
    }
  ],
  "summary": {
    "total_pii_count": 12,
    "categories_found": ["person_name",
      "ssn", "email", "phone"],
    "risk_level": "high"
  }
}

How It Works

1

Upload Document

POST any PDF, image, DOCX, or TXT file to the /v1/redact endpoint with your API key.

2

AI Scans for PII

Claude AI analyzes the document, detecting 20+ categories of PII/PHI with confidence scores.

3

Get Redacted Output

Receive fully redacted text + a JSON manifest of every PII item found, categorized and scored.

20+ PII Categories Detected

👤
Person Names
Full, first, last
📧
Email Addresses
All formats
📱
Phone Numbers
US & international
🏠
Physical Addresses
Full addresses
🎂
Dates of Birth
All date formats
🔐
Social Security #
SSN / TIN
💳
Credit Card #
All major networks
🏦
Bank Accounts
Account & routing
🏥
Medical Record #
MRN / Patient ID
🛡️
Health Insurance ID
Policy numbers
🪪
Driver's License
State IDs
✈️
Passport Numbers
All countries
🌐
IP Addresses
IPv4 & IPv6
🚗
Vehicle IDs (VIN)
17-character
🏢
Employer ID (EIN)
Federal EIN
📝
Taxpayer IDs
ITIN / TIN
👆
Biometric Data
References detected
👤
Usernames
Login credentials
🔑
Passwords
Plaintext detected
🧩
Custom Patterns
Your own rules

Built for Compliance

HIPAA

Detects and redacts all 18 HIPAA identifiers from medical records, lab results, and health documents.

GDPR

Anonymize personal data for right-to-erasure requests. Strip PII before cross-border data transfers.

CCPA

Remove consumer personal information from documents before data sharing or analytics processing.

SOC 2

Redact sensitive data in audit trails, support tickets, and internal logs for compliance reporting.

Simple, Usage-Based Pricing

Done-For-You Onboarding

$2.5k
one-time setup + monthly
  • We implement end-to-end
  • Security hardening + QA rollout
  • Kickoff call + launch handoff
  • Best for hands-off operators
Pay Setup ($2.5k)

Self-Setup Monthly

$499/mo
no onboarding fee
  • You integrate directly
  • Same API + guardrails
  • Best for technical teams
  • Fastest path if you self-ship
Pay Monthly Only

Pro

$299/mo
10,000 pages/month
  • Higher monthly volume
  • Priority processing
  • Priority support
  • Production-ready scale path
Start with Pro

Ready to Launch Redaction Revenue?

Path A: pay setup and we implement. Path B: pay monthly and self-implement. Both paths include protected backend defaults.