Redact

PII out. AI safety in.

PII detection and data sanitisation for AI-safe support data. Scan conversations for sensitive information and redact before sending to AI models.

Everything you need

Built for production. Designed for simplicity.

PII Detection

Detect credit cards, SSNs, emails, phone numbers, addresses, and custom patterns.

Automatic Redaction

Replace detected PII with configurable placeholder strings.

Batch Scanning

Scan entire datasets for PII risk — get a risk summary before processing.

Safety Validation

Pre-flight safety check: validate text is PII-free before sending to AI.

Risk Reporting

Detailed PII risk reports broken down by type and severity.

Provider Agnostic

Use any LiteLLM-supported model for advanced PII detection.

Simple to use

Redact PII from support data before AI processing.

Full API Reference
redact_example.py
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"},
    ],
})

Endpoints

Clean REST APIs. No SDK required.

POST
/api/v1/redact
Redact PII from text
POST
/api/v1/detect
Detect PII without redacting
POST
/api/v1/scan
Batch risk scan
POST
/api/v1/validate
Safety check
GET
/health
Service health check

Learn more about Redact

Explore how this AI capability can transform your support operations.