PII Shield - AI Data Redaction
Protect user privacy by automatically stripping PII (names, emails, phones) from text before sending it to LLMs. GDPR/CCPA friendly.
PII Shield - AI Data Redaction endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
health_check_health_get /health |
Check the health status of the API and its dependencies |
| PII Operations | ||
| POST |
unshield_pii_v1_unshield_post /v1/unshield |
Restore original PII values in anonymized text using a shield key |
| POST |
shield_pii_v1_shield_post /v1/shield |
Detect and anonymize PII in the provided text, returning anonymized text and a shield key |
| Root | ||
| GET |
root__get / |
Root endpoint with API information. |
PII Shield - AI Data Redaction pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $9.99 / month | 80 / minute |
|
| PRO | $9.99 / month | 10 / second |
|
| ULTRA Recommended | $29.99 / month | 100 / minute |
|
| MEGA | $59.99 / month | 180 / minute |
|