Quickstart
Send your first redaction request in under 60 seconds.
1. Get an API key
Sign in to the dashboard and click Generate API key. Keys are scoped per environment (test vs. live) and can be rotated without downtime.
2. Make your first request
Redact a single text payload. The default operator replaces detected entities with typed placeholders (<PERSON_1>, <EMAIL_1>) so downstream systems can still operate on shape-preserving text.
3. Next steps
Use the /entities endpoint to discover the full list of detectable PII types. Use /patterns to register your own detectors with regex + context tokens. Use /process to stream redaction over a PDF or Office document.
