Try Clean AI Prompts

See how we protect sensitive data

Watch your data transform in real-time as we replace sensitive information with semantic placeholders and GUIDs.

Get started

Continue to sign up

How we de-identify your data

API Request
$ curl -X POST 'https://api.cleanaiprompts.com/v1/text/deidentify' \
  -H 'X-API-Key: your-api-key-here' \
  -H 'Content-Type: application/json' \
  -d '{"text": "Your content here"}'
Response (De-identified)
{
  "fields": {
    "first_name": "{{first_name_00000000-0000-0000-0000-000000000000}}",
    "last_name": "{{last_name_00000000-0000-0000-0000-000000000000}}",
    "work_email": "{{work_email_00000000-0000-0000-0000-000000000000}}",
    "country": "{{country_64d82fb2-c362dc68e-6b25b2ad2-2c1e94dde-00051efa6c0a}}",
    "phone_number": "{{phone_number_00000000-0000-0000-0000-000000000000}}",
    "project_description": "{{project_description_00000000-0000-0000-0000-000000000000}}"
  }
}