PII Redaction
Pass redact_pii=true to automatically replace personally identifiable information with safe tokens. This applies to both structured data fields and the full transcript text.
| PII Type | Redaction Token | Example |
|---|---|---|
| Names | [REDACTED_NAME] | "James Rivera" → "[REDACTED_NAME]" |
| Phone numbers | [REDACTED_PHONE] | "406-539-1202" → "[REDACTED_PHONE]" |
| Email addresses | [REDACTED_EMAIL] | "[email protected]" → "[REDACTED_EMAIL]" |
| Street addresses | [REDACTED_ADDRESS] | "98 Maxton Drive" → "[REDACTED_ADDRESS]" |
| SSN | [REDACTED_SSN] | "xxx-xx-5528" → "[REDACTED_SSN]" |
| Credit card numbers | [REDACTED_CARD] | "4532 xxxx xxxx 1234" → "[REDACTED_CARD]" |
| Card last 4 | [REDACTED_CARD_LAST4] | "ending in 8831" → "[REDACTED_CARD_LAST4]" |
| CVV/CVC | [REDACTED_CVV] | "CVV 482" → "[REDACTED_CVV]" |
Same price: PII redaction is included at no additional cost on both Pro and Lite plans. Combine with any mode (
polished or verbatim).