What Is C2PA Metadata?

C2PA is short for the Coalition for Content Provenance and Authenticity, a group that includes Adobe, Microsoft, the BBC, and Intel, among others. They built a standard way to attach a verifiable record of provenance to a media file. Content Credentials is the friendlier brand name stamped on top of that standard, the one you'll actually run into inside apps.

When people say "C2PA metadata," they mean the bundle of structured information a C2PA-aware tool tucks inside an image (or a video, or an audio file): who or what made it, which app produced it, whether AI had a hand in it, and every edit logged since. It's a small dossier that travels with the picture.

What's actually in a C2PA manifest?

The manifest is that record, stored in a JUMBF box inside the file. A typical one holds a few things:

You never actually see any of this in normal use; it's binary data sitting inside the file. The official Content Credentials Verify tool is the easiest way to crack one open and read it.

How is it stored inside an image?

The manifest gets wrapped in a JUMBF box (JPEG Universal Metadata Box Format) and then slotted into the image using whatever container that format provides:

None of this touches the pixels. The manifest just rides alongside the image, in its own compartment.

Who's producing C2PA metadata today?

These days you'll run into Content Credentials on images from:

The list keeps growing. And honestly, whether a manifest is present doesn't tell you much on its own. What matters is what it says once you open it.

How to check whether an image has C2PA metadata

Two ways to actually check:

  1. Use the official Content Credentials Verify tool. It parses the manifest, checks the signature, and lays out the assertions in plain language. Treat it as the last word.
  2. Or run our C2PA Checker for a quick scan in the browser. It looks for JUMBF markers and known C2PA labels. It won't validate anything, but it's fast, and it never sees your file.

Why someone might want to remove it

Metadata of every flavor (EXIF, IPTC, XMP, and now C2PA) has a long history of leaking more than anyone meant to share. Plenty of ordinary reasons to strip it before a picture goes online:

If any of that sounds like you, our C2PA remover drops the manifest as a side effect of re-encoding to JPG, right in your browser.

When you should not remove it

And the flip side, because it has to be said. Don't strip C2PA metadata in order to:

Our Acceptable Use Policy explains where we draw that line and why.

Further reading