Clear Text API for AI
ClearText API strips personally identifiable information (PII) from any text using a hybrid approach combining fast Regex patterns with spaCy NLP for accurate name detection. | Entity | Placeholder | Example | |---|---|---| | E-Mail address | `[EMAIL]` | `[email protected]` → `[EMAIL]` | | Phone number | `[PHONE]` | `+49 170 1234567` → `[PHONE]` | | Person name | `[NAME]` | `Max Mustermann` →…
Clear Text API for AI endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Mask PII in Text /mask-text |
Characters per request are limited by your subscription plan: BASIC 5,000 · PRO 50,000 · ULTRA 200,000. Exceeding the limit returns HTTP 413. |
| GET |
healt check /health |
returns a heartbeat |