Skip to main content

Scanning a Folder

To scan an entire folder, use scanFolder. This walks the folder recursively using a thread pool and returns a list of JSON result strings — one per processed batch of files:

Scanning a Specific List of Files

To scan a subset of files rather than an entire folder, use scanFileList. Pass the root path of your project and a list of file paths relative to that root:

Generating Winnowing Fingerprints (WFP) Without Scanning

You can generate Winnowing Fingerprints (WFP) locally without making any network requests to the API. This is useful for auditing fingerprint output before submission, or for use in air-gapped environments: