Guide · creator playbook
C2PA Content Credentials: what they are and how to remove them
Every Sora, DALL-E, Adobe Firefly export ships with a Content Credentials block — a cryptographically signed manifest that proves AI origin. Here's exactly what it is, how platforms verify it, and how to strip it cleanly.
What C2PA actually is
The Coalition for Content Provenance and Authenticity is a standards body co-founded by Adobe, Microsoft, BBC, Sony, and others. C2PA defines how to cryptographically sign a file with origin info.
Where the data lives in the file
Embedded as JUMBF (JPEG Universal Metadata Box Format) — a binary container inside the file. PNG, JPEG, MP4 all support it. Survives most basic edits.
How platforms verify Content Credentials
Instagram, Twitter/X, and Adobe's own properties check the C2PA signature in milliseconds. A valid 'made with AI' signature flags the post immediately.
Why cropping or screenshotting doesn't help
The signature is in the metadata, not the pixels. Crop the image — the JUMBF block stays. Screenshot — your screenshot tool may preserve C2PA from the source.
How to actually remove it
Two options: use ExifTool with `-all=` to wipe the JUMBF container, or use a tool that does the same plus injects authentic phone metadata in its place (so the file doesn't look suspiciously empty).
Verifying the strip worked
After cleaning, run the file through Content Credentials' own verify tool at contentcredentials.org/verify. If it says 'no Content Credentials found,' the strip succeeded.
Stop guessing. Calabi automates every step above — 3 free cleans, forensic proof on each.
Try free →
Why this matters now
AI detection on social platforms in 2026 is no longer a coin flip. Instagram, TikTok, YouTube, Twitter/X, and Reddit all run automated scanners on every upload before a human moderator sees it. The flag-rate on raw AI output is approaching 100% for the major generators (Sora, Veo, Kling, Midjourney). The only path forward is full sanitization — strip every signal, inject authentic phone identity, verify before posting.