Masker

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]

GDPR Compliant

Helps meet data protection requirements

Fast API

Sub-100ms latency for real-time masking

Multi-language

Supports 20+ languages and formats

Specifications

Entity Types Detected

Email, Phone, Name, Address, Credit Card, SSN, IP Address, Date of Birth

Supported Languages

English, Spanish, German, French, + 16 more languages

Pricing

Pay per API call

1credit / request

≈ $0.001 per request

Free tier: 100/day, 2,000/month

Try Masker

Try it now

Try Interactive Demo

No 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"}'