API Status: Operational
DDAS

Detection API for Sensitive Data

Find PII, financial data, healthcare records, and security threats. 10 detectors. 98%+ accuracy.

10
Detectors
98.79%
Accuracy
62+
Entity Types
24
Threat Feeds

10 Specialized Detectors

Purpose-built detection for different data types.

100%

PII Detection

Email, phone, dates, IDs

PCI-DSS

Financial PII

Cards, IBAN, SWIFT, EIN

HIPAA

Healthcare PII

MRN, NPI, DEA, ICD-10

IRS-1075

SSN Proximity

Context-aware detection

NIST

Passport

24 countries validated

100%

State DL

All 50 US states

100%

Geographic

60+ countries, GDPR/CCPA

97%+

International

EN/ES/FR/DE, 16 countries

Security

Phishing

24 threat intel feeds

Custom

Custom Rules

Regex, keywords, proximity

Simple API

One endpoint. All detectors. Results in milliseconds.

detect.py
import requests

# Your API credentials
API_KEY = ddas_your_key_here
BASE_URL = https://api.docu-mentors.com

response = requests.post(
    f{BASE_URL}/api/v1/sandbox/detect,
    headers={X-Api-Key: API_KEY},
    json={
        text: Contact John at john@example.com, SSN: 078-05-1120,
        detectors: [pii, financial_pii]
    }
)

for finding in response.json()[findings]:
    print(f{finding['entity_type']}: {finding['value']})

Simple Pricing

Start free. Scale as you grow.

Sandbox

Test the API

Free
  • 1,000 API calls/month
  • All detectors
  • Community support
Get Started
POPULAR

Standard

Production workloads

$299/mo
  • 50,000 API calls/month
  • All detectors + custom
  • 99.9% uptime SLA
  • Email support (24h)
Start Trial

Enterprise

Unlimited + on-prem

Custom
  • Unlimited API calls
  • On-premises / air-gap
  • Dedicated support
  • SSO integration
Contact Sales

Ready to detect sensitive data?

Get started with our sandbox or talk to sales.