Navigation
Mobile DocsNavigation
Mobile DocsDetect and mask personally identifiable information
Automatically detect and mask PII (emails, phone numbers, credit cards, SSNs, etc.) in text data. Supports multiple masking modes: asterisk, hash, redact, or remove.
Placeholder: Enter text or reference a variable containing text to scan for PII...
Layout: full
Layout: half
Options: Asterisk (***), Hash ([EMAIL_HASH_abc123]), Redact ([EMAIL_REDACTED]), Remove (delete PII)
Layout: full
Options: Email, Phone Number, Credit Card, SSN
Placeholder: e.g., metadata.source, config.webhook_url
Layout: full
Required
Optional
Optional
Optional
Primary response type:
{
"maskedText": "string",
"hasPII": "boolean",
"matchCount": "number",
"matches": "json"
}