Directory / notary.forgemesh.io
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, receipt token, and anchor status as single notarization, giving you a cryptographic receipt for inference across an entire audit-trail pipeline.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://notary.forgemesh.io/api/notarize/batch' # -> 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/batch'
Endpoint: https://notary.forgemesh.io/api/notarize/batch. 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: a signed Ed25519 attestation of the model response plus sha256 content hash, receipt token, and Merkle anchor status for one AI inference — …