Two launch paths: done-for-you onboarding or self-setup monthly. We keep the backend protected while you monetize compliant redaction workflows fast.
curl -X POST https://www.redactapi.dev/v1/redact \ -H "Authorization: Bearer rd_your_key" \ -F "file=@medical_record.pdf"
{ "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" } }
POST any PDF, image, DOCX, or TXT file to the /v1/redact endpoint with your API key.
Claude AI analyzes the document, detecting 20+ categories of PII/PHI with confidence scores.
Receive fully redacted text + a JSON manifest of every PII item found, categorized and scored.
Detects and redacts all 18 HIPAA identifiers from medical records, lab results, and health documents.
Anonymize personal data for right-to-erasure requests. Strip PII before cross-border data transfers.
Remove consumer personal information from documents before data sharing or analytics processing.
Redact sensitive data in audit trails, support tickets, and internal logs for compliance reporting.
Path A: pay setup and we implement. Path B: pay monthly and self-implement. Both paths include protected backend defaults.