PII Redaction
# PII Redaction API Detect and redact personally identifiable information from any text. Built for developers who need GDPR/privacy compliance without building their own PII pipeline. ## Endpoints - **POST /redact** — Fast detection using pattern matching and NLP - **POST /redact/deep** — AI-powered Deep Scan that catches context-dependent PII (Pro plan) ## Request Body | Field | Type | Required…
PII Redaction endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Redact PII — Deep Scan /redact/deep |
AI-powered PII detection that catches everything the basic endpoint does, plus context-dependent PII: nicknames, cross-street addresses, maiden names, social media handles, dates… |
| POST |
Redact PII /redact |
Detect and redact personally identifiable information from text. Catches emails, phone numbers, SSNs, credit cards, IP addresses, names, locations, and organizations using… |
PII Redaction pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $25 / month | — |
|