Ship listing media that’s private by default.
Automatically detect and blur faces, license plates, and house numbers across listing photos, 3D tours, and drone footage - before anything goes live. No manual editing, no bottleneck.
Listing photo — bystander face in the window blurred, license plate on the driveway redacted, curb-side number masked.
Three steps. Nothing stored.
Send media
Push a file or URL via REST API - or trigger at the moment your users upload.
Scanon detects PII
Faces, plates, IDs, badges, and tattoos identified across images and video.
Redacted media returned
You get the clean asset back. Nothing is stored on our side. Zero retention.
Built for this vertical, not repurposed for it.
Bulk redaction, listing-speed
Process entire photo sets and tour frames in one pass.
Video and 3D tours, not just stills
Redaction tracks moving subjects so masks stay locked on.
Clean, market-ready output
Precise redaction that keeps listings polished.
Zero-retention architecture.
Zero-retention — client media is processed and returned, never stored.
Coverage: faces, license plates, ID documents, badges, and tattoos - across images and video.
Built to help you meet GDPR, CCPA, and image-privacy expectations for published media.
No ML infra to build. One API call.
No ML infrastructure to build. Drop redaction into your listing pipeline with a single REST API call — images, video, and 3D-tour frames from the same endpoint. Redact at point of upload so PII never lands in your CDN.
- • REST API + SDKs (Node, Python)
- • Images and video from a single endpoint
- • Redact at point of upload
POST https://api.scanon.ai/v1/redact
Authorization: Bearer sk_live_[YOUR_KEY]
Content-Type: application/json
{
"url": "https://cdn.example.com/listing-1247/hero.jpg",
"targets": ["faces", "plates", "house_numbers"],
"return": "url"
}