{ "opencollection": "1.0.0", "info": { "name": "Nightfall AI Scan API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Scan", "type": "folder" }, "items": [ { "info": { "name": "Nightfall AI Scan for sensitive information in your data", "type": "http" }, "http": { "method": "POST", "url": "https://api.nightfall.ai/v2/scan", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Provide a list of arbitrary string data, and scan each item with the provided detectors to uncover sensitive information. Returns a list equal in size to the number of provided string payloads. The item at each list index will be a list of all matches for the provided detectors, or an empty list if no occurrences are found." } ] } ], "bundled": true }