PII masking API. Automatically detect and redact emails, phone numbers, addresses, and other sensitive data before sending to LLMs.
Input
Contact John at
john@acme.com
or call
+1-555-123-4567
Output
Contact John at
[EMAIL_1]
or call
[PHONE_1]
Helps meet data protection requirements
Sub-100ms latency for real-time masking
Supports 20+ languages and formats
Email, Phone, Name, Address, Credit Card, SSN, IP Address, Date of Birth
English, Spanish, German, French, + 16 more languages
Pay per API call
≈ $0.001 per request
Free tier: 100/day, 2,000/month
Try MaskerNo sign-up required • Real-time masking
curl -X POST https://kikuai.dev/api/demo/masker \
-H "Content-Type: application/json" \
-d '{"input": "Contact john@acme.co"}'