System Architecture
Built on Microsoft Presidio, our architecture separates analysis, anonymization, and processing into dedicated services for maximum reliability.
Full Architecture DocumentationCore Components
Analyzer Service
Detects PII using regex patterns and spaCy NLP. Returns entity positions, types, and confidence scores.
Anonymizer Service
Applies your chosen transformation method. Supports Replace, Redact, Hash, Encrypt, and Mask.
Web Application
Next.js frontend with real-time processing. Responsive design for all devices.
REST API
RESTful endpoints for programmatic access. JWT authentication. Rate limiting.
Data Flow
Documents flow through our services in a secure, auditable pipeline.
Client sends document via HTTPS
Analyzer service detects PII entities
Results returned with positions and scores
Client selects anonymization method
Anonymizer applies transformation
Anonymized document returned to client
Build on Our Architecture
API access included in all plans. Full documentation available.