Automatically detect and redact PII from documents. SSNs, emails, phone numbers, names - all removed with AI precision.
GDPR & HIPAA ready • Custom redaction rules supported
curl -X POST "https://api.chargedapi.com/ai/redact" \
-H "X-API-Key: your_api_key" \
-F "file=@document.pdf" \
-F "mode=auto"
# Response:
{
"success": true,
"redacted_count": 12,
"items_found": [
{"type": "SSN", "count": 2},
{"type": "EMAIL", "count": 5},
{"type": "PHONE", "count": 3},
{"type": "NAME", "count": 2}
],
"download_url": "https://..."
}
Social security numbers, EINs
All email formats detected
US and international formats
AI-powered name detection
Street addresses, zip codes
Card numbers detected
DOB patterns recognized
Add your own redaction rules
Remove personal data to comply with EU privacy regulations
Redact PHI from medical documents
California Consumer Privacy Act compliance
Start redacting PII in minutes. 50 free credits included.
Get Started Free