{"api":"v1","generated_at":"2026-09-15T18:51:48.511Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/notary-forgemesh-io-api-notarize-d4d42a","pinned_page":"https://tollindex.com/e/notary-forgemesh-io-api-notarize-d4d42a/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"notary-forgemesh-io-api-notarize-d4d42a","canonical_url":"https://notary.forgemesh.io/api/notarize","resource":"https://notary.forgemesh.io/api/notarize","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"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.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-14T19:55:43.138Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"notarize","category":"identity","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.001 USDC","amount_units":0.001,"decimals_known":true,"pay_to":"0x814EfE784709f5bF8dF47735D87602B01030e5D2","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":5,"unique_payers_30d":3,"last_called_at":"2026-09-14T19:55:42.811Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:39:31.858Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":4,"ratio":0.8},{"days":30,"observed":5,"passed":4,"ratio":0.8},{"days":90,"observed":5,"passed":4,"ratio":0.8}],"history_90d":[{"observed_at":"2026-09-15T06:39:31.858Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:08:10.505Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:59:40.861Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":true},{"observed_at":"2026-09-12T08:16:54.857Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-12","state_changed":true},{"observed_at":"2026-09-11T12:59:49.522Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x814EfE784709f5bF8dF47735D87602B01030e5D2","page":"https://tollindex.com/seller/0x814EfE784709f5bF8dF47735D87602B01030e5D2","endpoints":2,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x814EfE784709f5bF8dF47735D87602B01030e5D2","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-14T19:55:42.811Z","l30DaysTotalCalls":5,"l30DaysUniquePayers":3},"resource":"https://notary.forgemesh.io/api/notarize","extensions":{"bazaar":{"info":{"input":{"body":{"prompt":"What is 2+2?","model_id":"openai/gpt-5","response":"4","client_timestamp":"2026-07-03T12:00:00Z"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"anchor":{"status":"pending"},"model_id":"openai/gpt-5","algorithm":"ed25519","signature":"base64-ed25519-signature","receipt_url":"https://notary.forgemesh.io/api/receipt/att_0123456789abcdef01234567","content_hash":"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08","notarized_at":"2026-07-03T12:00:01.000Z","receipt_token":"private-receipt-token","signer_pubkey":"base64-ed25519-public-key","attestation_id":"att_0123456789abcdef01234567","payload_stored":false,"client_timestamp":"2026-07-03T12:00:00Z"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["prompt","response","model_id"],"properties":{"prompt":{"type":"string","description":"Exact prompt/input sent to the model"},"metadata":{"type":"object","description":"Optional caller metadata, <= 4 KB — accepted but NOT persisted or hashed (reserved for future opt-in retention)"},"model_id":{"type":"string","description":"Model identifier, e.g. openai/gpt-5 or claude-fable-5"},"response":{"type":"string","description":"Exact model output being notarized"},"client_timestamp":{"type":"string","description":"ISO-8601 time the inference ran (optional; included in the content hash)"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"anchor":{"type":"object","properties":{"status":{"type":"string"}}},"model_id":{"type":"string"},"algorithm":{"type":"string"},"signature":{"type":"string","description":"base64 Ed25519 signature by the notary key"},"receipt_url":{"type":"string"},"content_hash":{"type":"string","description":"sha256 hex over canonical {prompt, response, model_id, client_timestamp}"},"notarized_at":{"type":"string"},"receipt_token":{"type":"string","description":"Private receipt token; payload is not stored by default"},"signer_pubkey":{"type":"string","description":"base64 raw Ed25519 public key"},"attestation_id":{"type":"string"},"payload_stored":{"type":"boolean","description":"false by default: prompt/response/metadata are not persisted"},"client_timestamp":{"type":["string","null"]}}}}}}}},"payment-identifier":{"info":{"required":false},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["required"],"properties":{"id":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","maxLength":128,"minLength":16},"required":{"type":"boolean"}}}}},"description":"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.","lastUpdated":"2026-09-14T19:55:43.138Z","x402Version":2}]}}