Deployment-ready Stateless PII Redaction

Strip sensitive data from logs, tickets, and uploads - via API or stream. Tenant-isolated, secure and audit-ready.

Live Redaction Test

Paste a snippet, pick a rule pack, then run the redaction. We never store your input.

Choose one or more rule packs. DEMO_PACK_STRICT tailored rules for demo text.

Copy-Paste cURL

curl -X POST "https://piitool.cloud/api/v1/scan/redact" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: <demo-key>" \
  -d '{"text":"I am John Doe, SSN 123-45-6789, phone +1 202-555-0119","rule_packs":["DEMO_PACK_STRICT"]}'

Demo key resets nightly; 100 KB/day limit.

Feature Highlights

Built for performance, security, and developer experience.

Low-latency API

Celery worker queue keeps response times snappy, even for 2 MB PDFs.

Row-Level Tenant Isolation

One tenant can’t read another’s data. Ever.

Extensible Rules

Add custom regex redactors via the API in minutes.

Tech & Specifications

A production-grade stack built for security, performance, and audibility.

FastAPI·Celery & Redis·PostgreSQL & SQLAlchemy
Pytest (100% Coverage)·Dockerized

Deep Dive

Explore the API, architecture, and the full source code.