Build with SafeKey Lab

Integrate privacy protection in minutes with our developer-first APIs

Quick Start

# Detect and redact PII in text
curl -X POST https://api.safekeylab.com/v1/protect \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "John Doe's SSN is 123-45-6789",
    "entities": ["SSN", "NAME"]
  }'

Developer Resources