Compliance Detectionas a Service
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
Comprehensive Protection
PII Detection
Identify SSNs, credit cards, phone numbers, addresses, and other personally identifiable information.
PHI Scanning
Detect protected health information for HIPAA compliance including medical records and diagnoses.
GDPR Compliance
European data protection regulation scanning with right to erasure and data portability checks.
CCPA Coverage
California Consumer Privacy Act compliance detection and consumer rights validation.
Credential Detection
Find exposed API keys, passwords, tokens, and other sensitive credentials in content.
Content Sanitization
Automatic redaction and sanitization recommendations for detected sensitive information.
How It Works
Send Content
POST to /api/scan with your content
Get Report
Receive detailed compliance violations
Remediate
Apply sanitization suggestions
Simple Integration
curl -X POST https://api.aitruststack.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"]
}'