{"api":"v1","generated_at":"2026-09-16T04:28:39.385Z","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/schemasure-com-v2-extract-6154ba","pinned_page":"https://tollindex.com/e/schemasure-com-v2-extract-6154ba/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":"schemasure-com-v2-extract-6154ba","canonical_url":"https://schemasure.com/v2/extract","resource":"https://schemasure.com/v2/extract","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Extract strict, JSON-Schema-valid typed JSON from unstructured text or HTML. Failed extraction calls are not settled. Primary x402 V2 API for production agents.","service_name":"SchemaSure","declared_category":null,"declared_tags":["x402","structured-output","ai-agents","structured-data","json"],"route_template":null,"registry_updated":"2026-09-15T07:39:51.426Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"extract","category":"scraping","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.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0x9876af0F6D8Ed5155Cd02d1ca56D128601612690","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":39,"unique_payers_30d":6,"last_called_at":"2026-09-15T07:39:51.116Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:58:27.992Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T04:58:27.992Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:50:10.414Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:49:08.150Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:04:48.295Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:43:00.201Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x9876af0F6D8Ed5155Cd02d1ca56D128601612690","page":"https://tollindex.com/seller/0x9876af0F6D8Ed5155Cd02d1ca56D128601612690","endpoints":6,"hosts":5},"reports":0,"registry_record":{"cdp":[{"tags":["x402","structured-output","ai-agents","structured-data","json"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x9876af0F6D8Ed5155Cd02d1ca56D128601612690","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-09-15T07:39:51.116Z","l30DaysTotalCalls":39,"l30DaysUniquePayers":6},"resource":"https://schemasure.com/v2/extract","extensions":{"bazaar":{"info":{"input":{"body":{"input":"Invoice #A-1042 — Acme Corp. Total due: $1,299.00 USD on 2026-08-01.","schema":{"type":"object","required":["invoiceNumber","total","currency","dueDate"],"properties":{"total":{"type":"number"},"dueDate":{"type":"string","format":"date"},"currency":{"enum":["USD","EUR","GBP"],"type":"string"},"invoiceNumber":{"type":"string"}},"additionalProperties":false}},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"data":{"total":1299,"dueDate":"2026-08-01","currency":"USD","invoiceNumber":"A-1042"},"meta":{"repairs":0,"latencyMs":640,"validated":true}}}},"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":["input","schema"],"properties":{"input":{"type":"string","minLength":1,"description":"Raw unstructured content to extract from (plain text or HTML)."},"schema":{"type":"object","description":"JSON Schema (draft 2020-12) that the returned `data` is guaranteed to satisfy."},"options":{"type":"object","properties":{"strict":{"type":"boolean","default":true,"description":"Drop fields not present in the schema."},"maxRepairs":{"type":"integer","maximum":5,"minimum":0,"description":"Max validate->re-prompt repair iterations."},"deterministic":{"type":"boolean","default":true,"description":"Enable deterministic pre-extraction hints."}},"additionalProperties":false},"inputType":{"enum":["text","html","auto"],"type":"string","default":"auto","description":"How to interpret `input`: plain text, HTML, or auto-detect (default)."}},"additionalProperties":false},"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","required":["data","meta"],"properties":{"data":{"description":"Extracted value; guaranteed to validate against the request `schema`."},"meta":{"type":"object","required":["repairs","latencyMs","validated"],"properties":{"repairs":{"type":"integer"},"latencyMs":{"type":"integer"},"validated":{"const":true},"deterministicFields":{"type":"array","items":{"type":"string"}}}}}}}}}}}},"description":"Extract strict, JSON-Schema-valid typed JSON from unstructured text or HTML. Failed extraction calls are not settled. Primary x402 V2 API for production agents.","lastUpdated":"2026-09-15T07:39:51.426Z","serviceName":"SchemaSure","x402Version":2}]}}