Privacy-Scrub: Edge-Native PII De-identification
Privacy-Scrub is a next-generation "Tooling API" designed for absolute data privacy. Unlike traditional APIs, Privacy-Scrub delivers its core logic to the client via WebAssembly (Wasm), enabling Zero-Knowledge PII de-identification. Key Features: On-Device Processing: Sensitive data never leaves the client's device. Rust-Powered Precision: High-performance regex matching for Emails, Phone…
Privacy-Scrub: Edge-Native PII De-identification endpoints
| Method | Endpoint | Description |
|---|---|---|
| Tooling API | ||
| GET |
/v1/wasm/fetch /v1/wasm/fetch |
Retrieves metadata for the on-device scrubbing engine, including the binary URL and supported patterns. |
| GET |
/v1/wasm/logic.wasm /v1/wasm/logic.wasm |
Downloads the compiled Rust-Wasm module for client-side execution. |
| Scrubbing | ||
| POST |
/v1/scrub /v1/scrub |
Fallback endpoint for masking PII on the server-side when Wasm execution is not possible on the client. |
Privacy-Scrub: Edge-Native PII De-identification pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA | $80 / month | — |
|