Try Zanitize Live

See how Zanitize protects your sensitive data in real-time

Original Text
Protected Text

How This Demo Works

  1. Enter or paste text containing sensitive information
  2. Click "Obfuscate" to see the magic happen
  3. View the protected text and entity mappings
  4. The same entities always map to the same characters within a session

Try These Examples:

See the API in Action

Here's what the API request and response look like

Request
POST /v1/obfuscate
Content-Type: application/json
X-API-Key: your_api_key

{
  "content": "",
  "universe": "smurfs"
}
Response
{
  "obfuscated_content": "",
  "session_id": "",
  "entities_detected": 0
}

Ready to Integrate?

Start protecting your data with just a few lines of code.