Verify C2PA content credentials in a local file
verify_c2pa_fileVerify the provenance and trust of local media files by checking their C2PA Content Credentials. Returns a plain-language verdict on trust, AI generation, and edit history.
Instructions
Verify the C2PA Content Credentials (provenance) of a local image, video, audio, or PDF file. Returns a plain-language verdict (trusted / valid_untrusted / invalid / no_credentials), the signer, whether the content is AI-generated, its edit history, provenance lineage, and any validation issues. Use this when you have a file path on disk. The file is read locally and never uploaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path (or file:// URI) to the media file to verify. | |
| includeRaw | No | If true, include the full raw C2PA manifest store in the structured result. Defaults to false. |