redact_pii_v1_enrich_redact_pii_post
Redact personally identifiable information (PII) from text locally with GDPR/HIPAA compliance. Specify language and entity types for targeted redaction.
Instructions
Enterprise-grade PII Anonymizer. Runs 100% locally in RAM. No external LLMs are used. Fully compliant with GDPR/HIPAA for Zero Data Retention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text containing PII to be redacted. | |
| language | No | Language of the text ('en' or 'es') | en |
| entities_to_redact | No | Optional list of entity types to redact (e.g., ['PERSON', 'EMAIL_ADDRESS', 'PHONE_NUMBER']). If not provided, all supported entities will be redacted. |