Detect PII, PHI, and compliance violations before they become problems. GDPR, HIPAA, and CCPA scanning in one API.
5
Compliance Frameworks
<1s
Scan Time
$0.003
Per Scan
Identify SSNs, credit cards, phone numbers, addresses, and other personally identifiable information.
Detect protected health information for HIPAA compliance including medical records and diagnoses.
European data protection regulation scanning with right to erasure and data portability checks.
California Consumer Privacy Act compliance detection and consumer rights validation.
Find exposed API keys, passwords, tokens, and other sensitive credentials in content.
Automatic redaction and sanitization recommendations for detected sensitive information.
POST to /api/scan with your content
Receive detailed compliance violations
Apply sanitization suggestions
curl -X POST https://api.ai-trust-stack.com/v1/shield/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "Content to scan for PII/PHI",
"regulations": ["gdpr", "hipaa", "ccpa"]
}'