Actions
Scan Text
Scan each item with the provided detectors to uncover sensitive information.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Payload | List of the text samples you wish to scan, separated by a comma. |
| Policy UUIDs | A policy UUID to scan the request payload. Policies can be built in the Nightfall Dashboard. For more information on creating policies refer to the Nightfall AI Documentation. |
| Rule UUID | A comma-separated list of detection rules UUIDs which are used to scan the request payload. |
| Search By | Search either by rules or policy. |
{
"findings": [
[
{
"finding": "example@mail.com",
"detector": {
"name": "Email address",
"uuid": "a12252c4-0f36-a3d6-ad9o-frf8334f44e8"
},
"confidence": "VERY_LIKELY",
"location": {
"byteRange": {
"start": 0,
"end": 15
},
"codepointRange": {
"start": 0,
"end": 15
},
"rowRange": null,
"columnRange": null,
"commitHash": "",
"commitAuthor": ""
},
"matchedDetectionRuleUUIDs": [
"a12252c4-0f36-a3d6-ad9o-frf8334f44e8"
],
"matchedDetectionRules": []
}
]
],
"redactedPayload": [
""
]
}
Was this page helpful?