NightfallAI
This API exposes detectors for sensitive data in arbitrary string payloads.
37 subscribers
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
NightfallAI endpoints
| Method | Endpoint | Description |
|---|---|---|
| scan | ||
| POST |
ScanUploadV3 /v3/upload/{fileId}/scan |
Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are… |
| POST |
ScanPayloadV3 /v3/scan |
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… |
| upload | ||
| PATCH |
UploadChunkV3 /v3/upload/{fileId} |
Upload all bytes contained in the request body to the file identified by the ID in the path parameter. |
| POST |
InitiateUploadV3 /v3/upload |
Creates a new file upload session. If this operation returns successfully, the ID returned as part of the response object shall be used to refer to the file in all subsequent… |
| POST |
CompleteUploadV3 /v3/upload/{fileId}/finish |
Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. |
NightfallAI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|