verify_artifact
Check if a certificate, visit stamp, or context anchor id from scvd.store is authentic. Returns valid true/false plus the artifact record.
Instructions
Verify anything scvd.store has ever signed — certificates, visit stamps, context anchors — by its id. Free, unlimited. Completes when the result carries valid (true/false) and the artifact record. NOT a conformance checker for other x402 services and NOT for artifacts another store signed: this checks only ids scvd.store itself issued. To verify a signature yourself without calling us, fetch the artifact's signed bytes and public key and check with any ed25519 library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A cert_, stamp_, or anchor_ id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | certificate | stamp | anchor | unknown. | |
| note | Yes | The store's word on it. | |
| valid | Yes | Whether the signature holds. |