Scramblr
Scramblr provides an API for PII (personally identifiable information) detection and data subject protection in free text. Using the Detection API, a PII entities are detected, such as names, phone numbers, credit cards, etc. The redaction API provides an easy way to strip text of PII data by masking PII information in text.
Scramblr endpoints
| Method | Endpoint | Description |
|---|---|---|
| Detection API | ||
| POST |
/detect/text /detect/text |
Detect PII (personally identifiable information) entities and their position (span) in the submitted text. The type of each entity is also given. |
| Redact API | ||
| POST |
/redact/text /redact/text |
Redact PII (personally identifiable information) entities from the submitted text. PII entities are redacted by replacing them with a random sequence of '*'. |
Scramblr pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $19.99 / month | — |
|
| ULTRA | $149 / month | — |
|
| MEGA | $299.99 / month | — |
|