Check Image Provenance
check_image_provenanceRead the C2PA Content Credential embedded in an image to report whether it declares AI generation or real-world capture, and verify the cryptographic signature's validity. Does not analyze pixels or detect AI on its own.
Instructions
Read the C2PA Content Credential embedded in a single image file and report what it declares about the image's origin: whether it asserts AI generation or a real-world capture, and whether that assertion's cryptographic signature still verifies. This reads metadata the file already carries; it does not analyze pixels and cannot detect AI generation on its own. A missing or invalid credential is not evidence the image is human made, an AI image loses its credential the moment it is screenshotted or re-saved. Always read the result's 'what_this_does_not_mean' field before repeating its verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the local image file to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||