Find PII, financial data, healthcare records, and security threats. 10 detectors. 98%+ accuracy.
Purpose-built detection for different data types.
Email, phone, dates, IDs
Cards, IBAN, SWIFT, EIN
MRN, NPI, DEA, ICD-10
Context-aware 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]
}
)
for finding in response.json()[findings]:
print(f{finding['entity_type']}: {finding['value']})
Start free. Scale as you grow.
Production workloads
Unlimited + on-prem
Get started with our sandbox or talk to sales.