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
Find PII, financial data, healthcare records, and security threats in documents and text. 10 specialized detectors. 98%+ accuracy. Deploy anywhere.
Purpose-built detection for different data types. Mix and match for your use case.
Email, phone, dates, structured identifiers
Credit cards, IBAN, SWIFT/BIC, EIN
MRN, NPI, DEA, Medicare, ICD-10
Context-aware SSN detection
24 countries validated
All 50 US states
60+ countries, GDPR/CCPA
EN/ES/FR/DE, 16 countries
24 threat intel feeds
Regex, keywords, proximity
One endpoint. All detectors. Results in milliseconds.
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']}))
Start free. Scale as you grow.
Production workloads
Unlimited + on-prem
Get started with our sandbox or talk to our team.