Anchor a prepared Verifyum commitment
verifyum_anchor_commitmentSubmit one locally calculated Verifyum version 2 commitment. Accepts only the commitment and an idempotency key. Never send a file, filename, raw file hash, nonce or private manifest. The caller must hash the file and build the private manifest on its own machine first, as documented at https://verifyum.com/agents. This creates a real public transaction on Solana Mainnet. Public use is currently free and the network fee is currently paid by AI SENSE AS. That is a current service policy, not a permanent pricing guarantee. Create proofs only on clear user intent, never speculatively, in bulk, or as a hidden side effect. When retrying, reuse the exact same commitment and idempotency key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commitment | Yes | sha256: followed by 64 lowercase hexadecimal characters | |
| idempotency_key | Yes | 16 to 128 URL-safe characters, reused verbatim on retries |