Anonymize imagesin seconds
Automatically detect and redact sensitive data from screenshots, documents, and UI mockups. Replace with realistic synthetic data or smart blur effects.
Everything you need to protect sensitive data
Powerful AI-driven redaction with enterprise-grade security
Smart Detection
Automatically identifies PII, financial data, addresses, and custom patterns
Multiple Modes
Blur, pixelate, or replace with AI-generated realistic fake data
REST API
Integrate into your workflow with our simple REST API and SDKs
Batch Processing
Process thousands of images at once with our batch upload feature
Zero Retention
Images are processed in memory and never stored on our servers
Version Control
Track all redactions with full audit trails and rollback support
Simple API, powerful results
Integrate image anonymization into your app with just a few lines of code. Full SDKs available for Python, Node.js, and Go.
import cloak
client = cloak.Client(api_key="clk_live_...")
result = client.anonymize(
image="screenshot.png",
mode="replace", # or "blur", "pixelate"
detect=["pii", "financial", "custom"]
)
result.save("anonymized.png")Ready to protect your images?
Start with 10 free images per month. No credit card required.
Get Started Free