{"api":"v1","generated_at":"2026-09-16T01:49:28.850Z","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-batch-73a034","pinned_page":"https://tollindex.com/e/notary-forgemesh-io-api-notarize-batch-73a034/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"notary-forgemesh-io-api-notarize-batch-73a034","canonical_url":"https://notary.forgemesh.io/api/notarize/batch","resource":"https://notary.forgemesh.io/api/notarize/batch","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"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.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-04T09:27:04.700Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"notarize batch","category":"identity","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","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.005 USDC","amount_units":0.005,"decimals_known":true,"pay_to":"0x814EfE784709f5bF8dF47735D87602B01030e5D2","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":2,"unique_payers_30d":1,"last_called_at":"2026-09-04T09:27:04.523Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:30:51.518Z","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-15T05:30:51.518Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:04:29.399Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:00:59.667Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":true},{"observed_at":"2026-09-12T07:17:08.979Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-12","state_changed":true},{"observed_at":"2026-09-11T10:58:02.461Z","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":"5000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-04T09:27:04.523Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":1},"resource":"https://notary.forgemesh.io/api/notarize/batch","extensions":{"bazaar":{"info":{"input":{"body":{"records":[{"prompt":"What is 2+2?","model_id":"openai/gpt-5","response":"4"},{"prompt":"Capital of France?","model_id":"claude-fable-5","response":"Paris"}]},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"count":2,"attestations":[{"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":["records"],"properties":{"records":{"type":"array","items":{"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)"}}},"maxItems":20,"minItems":1}}},"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":{"count":{"type":"integer"},"attestations":{"type":"array","items":{"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 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.","lastUpdated":"2026-09-04T09:27:04.7Z","x402Version":2}]}}