Redact
PII detection and data sanitisation for AI-safe support data. Scan conversations for sensitive information and redact before sending to AI models.
Capabilities
Built for production. Designed for simplicity.
Detect credit cards, SSNs, emails, phone numbers, addresses, and custom patterns.
Replace detected PII with configurable placeholder strings.
Scan entire datasets for PII risk — get a risk summary before processing.
Pre-flight safety check: validate text is PII-free before sending to AI.
Detailed PII risk reports broken down by type and severity.
Use any LiteLLM-supported model for advanced PII detection.
import httpx
resp = httpx.post("http://localhost:8014/api/v1/redact", json={
"texts": [
{"text": "My card is 4111-1111-1111-1111 and email is john@example.com"},
],
})API
Clean REST APIs. No SDK required.
Explore how this AI capability can transform your support operations.