Verify a provenance receipt
verify_provenanceVerifies a provenance receipt against content by re-hashing and validating the Ed25519 signature, returning whether the content is authentic and unmodified.
Instructions
Verify a provenance receipt against its content via provenance-receipts. Re-hashes the content and checks the Ed25519 signature; returns { valid, details }. valid is true only if BOTH the content hash matches the receipt AND the signature is valid under the service's public key. Free. A 200 response means verification ran — always read valid (false means the content was modified or the receipt was altered/forged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to check against the receipt. | |
| receipt | Yes | A provenance receipt as returned by certify_provenance. |