PII Discovery Scan
# PII Discovery API - Privacy Compliance Scanner ## Enterprise-Grade Privacy & Compliance Tool Automatically detect and catalog Personally Identifiable Information (PII) across your entire data ecosystem. The **PII Discovery API** is a comprehensive solution for GDPR, CCPA, HIPAA, and privacy compliance which scans text content, uploaded files, and connected databases to identify sensitive…
PII Discovery Scan endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Scan Text /api/v1/scan-text |
Scan text content for personally identifiable information (PII). Supports direct text input or URL fetching from Pastebin, GitHub Gist, or Dpaste. Detects emails, phone numbers,… |
| POST |
Scan File /api/v1/scan-file |
Upload and scan files for PII. Supports PDF, DOCX, XLSX, XLS, CSV, and TXT files. Extracts text content and scans for all PII patterns. Large files (25MB+) are processed… |
| POST |
Scan Database /api/v1/scan-database |
Analyze database schema and sample data for PII. Connects to PostgreSQL, MySQL, or MongoDB databases, scans table/collection schemas, and analyzes sample data from… |
| GET |
Job-Status /api/v1/job-status/{job_id} |
Check job status and retrieve results for large (25MB+) file scans which are processed asynchronously. |
| GET |
Documentation / |
Get documentation for api including usage examples, request structure, rate limits, and other help |
| GET |
Endpoint Health Check /api/v1/health |
Get endpoint specific health status and availability |
| GET |
Get Available Patterns /api/v1/patterns |
Get available PII detection patterns including email, phone, SSN, credit cards, dates of birth, passport numbers, IP addresses, and UK National Insurance Numbers. |
PII Discovery Scan pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $49 / month | 10 / minute |
|
| ULTRA | $149 / month | 20 / minute |
|
| MEGA | $399 / month | 30 / minute |
|