Back to Text
Connect Knoon AI with Text (System) to automate AI workflows.
Redact personally identifiable information from input text using OpenRedaction.
systemTextRedact
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputText | mustache | Input text to redact. | Yes |
| redactionMode | string | Optional OpenRedaction mode. | No |
| preset | string | Optional OpenRedaction preset. | No |
| confidenceThreshold | number | Optional minimum confidence threshold from 0 to 1. | No |
| includeNames | boolean | Whether to include name detection. | No |
| includeAddresses | boolean | Whether to include address detection. | No |
| includePhones | boolean | Whether to include phone detection. | No |
| includeEmails | boolean | Whether to include email detection. | No |
Returns
| Name | Type | Description |
|---|---|---|
| result | string | Redacted output text. |














