verify_asset
Verify a web-declared asset by downloading it and checking its bytes against the page's SHA-256 and size. Ensures content integrity for AI feeds.
Instructions
Download a declared asset and verify its bytes against the page-declared size/sha-256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageUrl | Yes | Page that declares the asset (https) | |
| profile | No | Content profile (default aimd) | |
| assetUrl | Yes | Asset URL (https) | |
| publicKeyValue | No | ed25519:… key to verify the page signature |