Verify C2PA content credentials at a URL
verify_c2pa_urlDownload a remote image, video, audio, or PDF over HTTPS and verify its C2PA Content Credentials. Returns a plain-language verdict on trust, AI generation, and provenance.
Instructions
Download a remote image, video, audio, or PDF over https and verify its C2PA Content Credentials. Returns the same plain-language verdict, signer, AI-generation status, lineage, and issues as verify_c2pa_file. Use this for a web URL. Only public https URLs are allowed (private/internal hosts are refused).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public https URL of the media file to verify. | |
| includeRaw | No | If true, include the full raw C2PA manifest store in the structured result. Defaults to false. |