PrivacyShield Pro - Advanced Privacy & Data Protection API
The Privacy Suite API provides essential privacy and data protection tools for developers. This focused API offers core privacy functionalities including PII detection, data anonymization, and synthetic data generation. **🔍 PII Detection:** Automatically detect personally identifiable information (emails, phone numbers, SSNs, credit cards) in text and CSV data. **🔒 Data Anonymization:** Safely…
PrivacyShield Pro - Advanced Privacy & Data Protection API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
detectPiiInCsv /api/v1/privacy/detect/csv |
Scan CSV files for personally identifiable information (PII) with row-by-row analysis |
| POST |
anonymizeText /api/v1/privacy/anonymize/text |
Anonymize text by replacing PII with synthetic data, redaction, or masking |
| POST |
batchAnonymization /api/v1/privacy/anonymize/batch |
Process multiple text items for anonymization in a single request |
| GET |
apiHealth /api/health |
Check API health and status |
| POST |
detectPiiInText /api/v1/privacy/detect/text |
Scan text for personally identifiable information (PII) with detailed analysis |
| POST |
generateSyntheticData /api/v1/privacy/synthetic/generate |
Generate realistic fake datasets for testing and development |