Directory / notary.forgemesh.io
Notarize AI output: a signed Ed25519 attestation of the model response plus sha256 content hash, receipt token, and Merkle anchor status for one AI inference — a cryptographic receipt for inference that lets you prove an AI said X and verify model output authenticity, checkable free by anyone, anytime.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://notary.forgemesh.io/api/notarize' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://notary.forgemesh.io/api/notarize'
Endpoint: https://notary.forgemesh.io/api/notarize. Operated by notary.forgemesh.io, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Notarize AI output in bulk: one signed Ed25519 attestation of the model response per record for up to 20 AI inferences in a single call — same content hash, rec…