Prakhar Agrawal
12/14/2025, 5:26 PMChiranjeet Mishra
12/14/2025, 5:26 PMVapi Support Bot
12/14/2025, 5:27 PMsecurityFilterPlan in your assistant or call configuration. Here’s an example:
json
"securityFilterPlan": {
"enabled": true,
"filters": [ /* specify PII filters here */ ],
"mode": "sanitize",
"replacementText": "[FILTERED]"
}
This will replace detected PII with [FILTERED] before processing. For advanced filtering (e.g., custom name patterns), you may need to define specific filters or consult Vapi support for further customization.
Source: [Vapi API Reference - Create Phone Call](https://docs.vapi.ai/api-reference/calls/create-phone-call)