DDAS

Detection API for Sensitive Data

Find PII, financial data, healthcare records, and security threats in documents and text. 10 specialized detectors. 98%+ accuracy. Deploy anywhere.

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

10 Specialized Detectors

Purpose-built detection for different data types. Mix and match for your use case.

100%

PII Detection

Email, phone, dates, structured identifiers

Core
PCI-DSS

Financial PII

Credit cards, IBAN, SWIFT/BIC, EIN

Enterprise
HIPAA

Healthcare PII

MRN, NPI, DEA, Medicare, ICD-10

Enterprise
IRS-1075

SSN Proximity

Context-aware SSN detection

Enterprise
NIST

Passport

24 countries validated

Government
100%

State DL

All 50 US states

Government
100%

Geographic

60+ countries, GDPR/CCPA

Compliance
97%+

International

EN/ES/FR/DE, 16 countries

Global
98.79%

Phishing

24 threat intel feeds

Security
Custom

Custom Rules

Regex, keywords, proximity

Custom

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]
    }
)

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

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
$0.006 per additional call
  • 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 our team.

Get API Access Talk to Sales