PII Redactor
Zero-log, privacy-first architecture Your text is processed in memory and never stored. No database, no disk writes, no request logging. Built to help you meet GDPR, CCPA, and HIPAA data minimization requirements. Strip sensitive data from text in a single API call. PII Redactor detects 7 entity types and replaces each match with a consistent, labeled placeholder like [EMAIL_1] or…
PII Redactor endpoints
| Method | Endpoint | Description |
|---|---|---|
| Sanitization | ||
| POST |
/sanitize /sanitize |
Detects and replaces PII entities in the provided text with numbered placeholders (e.g., `[EMAIL_1]`, `[PHONE_2]`). Returns the sanitized text, a list of findings, and processing… |
| System | ||
| GET |
/health /health |
Returns the health status and version of the API. No authentication required. |
| GET |
/openapi_spec /openapi.json |
Returns the OpenAPI specification for this API. No authentication required. |
PII Redactor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|
| MEGA | $49.99 / month | — |
|