Privacy-first · No data stored · Open source friendly

Faces. Plates. Text.

Blur Stuff automatically detects and anonymizes sensitive information in images, videos, and documents. Nothing gets stored.

PNG · JPG · TIFF · HEIC · MP4 · PDF · and more

What gets redacted

01 · Identity

Faces

Detects faces in photos and video, then anonymizes them while leaving the rest of the image untouched.

02 · Vehicles

License plates

Finds license plates and anonymizes them before the sensitive information can be exposed.

03 · Documents

Text & PII

Detects names, addresses, emails and other sensitive text inside documents and images.

See it in action

Original image
Anonymized image
Original
Redacted
API

Built for developers, not just uploads

Integrate Blur Stuff into your own app or pipeline with one simple REST call.

POST /images/anonymize
curl -X POST \
"https://blurstuff.up.railway.app/api/v1/images/anonymize?targets=faces&mode=pixelate" \
-F "file=@original.jpg" \
--output anonymized.jpg