For developers
Add PII redaction to your app in a few lines of code.
Scanon is a REST API for detecting and redacting faces, license plates, tattoos, ID documents, and badges in images and video. No ML infrastructure to run. Zero data retention.

What you get
- REST API with SDKs for Python and Node.
- Sync image redaction; async video with secure webhook delivery.
- One endpoint for faces, plates, IDs, badges, and tattoos.
- Point-of-upload integration - PII never lands in your database.
- Zero-retention by architecture - nothing persists on Scanon’s side.
Or one curl call
Under 5 lines. Faces, license plates & tattoos detected automatically, with zero data retention by default.
curl -X POST https://api.scanon.ai/v1/redact \ -H "Authorization: Bearer $SCANON_KEY" \ -F "file=@photo.jpg" \ -F "detect=faces,plates,tattoos"
