PII Detection & Redaction API

Detect and redact personally identifiable information across 50+ entity types and 12 languages. Runs entirely on your infrastructure — no data leaves your perimeter. Built on Microsoft Presidio with deterministic offline extraction for PDFs, images, and Office documents.

Redact Standalone Servicev0.1.0gahttps://redact-standalone-service-5j2g6sw72a-el.a.run.app

Quickstart

Send your first request in under a minute. Replace $SAVITAR_API_KEY with a key from your dashboard.

POST /redact
curl -X POST "https://redact-standalone-service-5j2g6sw72a-el.a.run.app/redact" \
  -H "Authorization: Bearer $SAVITAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "text": "<Text>",
  "operator": "replace",
  "language": "auto",
  "entities": [
    "string"
  ],
  "session_id": "string"
}'

Endpoints