Nightfall AI website screenshot

Nightfall AI

Nightfall AI is a data security platform that specializes in identifying and protecting sensitive information within an organization. By utilizing machine learning technology, Nightfall AI can automatically scan files, emails, and messages to detect and classify sensitive data such as credit card numbers, social security numbers, and personal addresses.

1 APIs 0 Features
Artificial IntelligencePrivacySensitive Data

APIs

Nightfall AI

One unified platform for protecting sensitive data across SaaS, GenAI, email, and endpoints.

Collections

Pricing Plans

Rate Limits

Nightfall Ai Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
💰
Pricing
Pricing
💻
ErrorCodes
ErrorCodes
📦
SDKs
SDKs
💬
FAQ
FAQ
📝
Signup
Signup
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📰
Blog
Blog
🔗
Guide
Guide
🔗
Partners
Partners
🔗
Login
Login
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
💰
Pricing
Pricing
💻
ErrorCodes
ErrorCodes
📦
SDKs
SDKs
💬
FAQ
FAQ
📝
Signup
Signup
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📰
Blog
Blog
🔗
Guide
Guide
🔗
Partners
Partners
🔗
Login
Login

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Nightfall AI
  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