Remove AI Provenance
Marks from Any File
Remove invisible Unicode watermarks, C2PA / EXIF / XMP metadata, and statistical text watermarks from your documents, images, and containers — covering all major AI vendors.
Three Layers of Protection
A comprehensive pipeline eliminates every type of AI provenance mark from your content.
Invisible Unicode
Deterministic removal of zero-width chars, exotic spaces, bidirectional control characters, and Unicode tag chars.
Statistical Watermarks
Agent-orchestrated rewrite or optional hook to neutralize token-sampling watermarks like Kirchenbauer-style and SynthID-Text.
File Metadata
Remove C2PA manifests, EXIF tags, XMP blocks, and document properties from 14+ file formats including images, PDFs, and Office docs.
Inspect & Clean Your Files
Upload a file or paste text to securely remove AI provenance marks.
Drop a file here or browse
PNG • JPEG • WebP • PDF • DOCX • ODT • EPUB • SVG • HTML • MD • TXT • and more
REST API Endpoints
Integrate our powerful cleaning engines directly into your workflows with our scalable API.
/health
Liveness probe — returns version string
{"ok": true, "version": "0.5.0"}/capabilities
Available tools and optional backends
{"tools": {"c2patool": true},
"layer_b": {"available": false}}/inspect
Detect AI provenance marks; returns findings report
POST {"file": "<base64>", "name": "notes.md"}
→ {"ok": true, "suspicious": true, "report": {...}}/clean
Remove all marks; returns cleaned bytes + report
POST {"file": "<base64>", "name": "doc.txt",
"options": {"layer_b": true}}
→ {"ok": true, "cleaned": "<base64>"}