{"api":"v1","generated_at":"2026-09-16T05:25:19.674Z","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-image-3fac6b","pinned_page":"https://tollindex.com/e/schemasure-com-v2-extract-image-3fac6b/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"schemasure-com-v2-extract-image-3fac6b","canonical_url":"https://schemasure.com/v2/extract-image","resource":"https://schemasure.com/v2/extract-image","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 a PNG, JPEG, or WebP document image. Failed extraction calls are not settled. Always-paid x402 V2 image API.","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:54.908Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"extract image","category":"media","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","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.03 USDC","amount_units":0.03,"decimals_known":true,"pay_to":"0x9876af0F6D8Ed5155Cd02d1ca56D128601612690","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":30,"unique_payers_30d":1,"last_called_at":"2026-09-15T07:39:54.658Z"},"validation":{"latest":{"observed_at":"2026-09-16T04:34:49.910Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":6,"ratio":1},{"days":30,"observed":6,"passed":6,"ratio":1},{"days":90,"observed":6,"passed":6,"ratio":1}],"history_90d":[{"observed_at":"2026-09-16T04:34:49.910Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T04:32:34.197Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:28:49.970Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:27:24.450Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:43:07.562Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:15:13.465Z","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":"30000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-09-15T07:39:54.658Z","l30DaysTotalCalls":30,"l30DaysUniquePayers":1},"resource":"https://schemasure.com/v2/extract-image","extensions":{"bazaar":{"info":{"input":{"body":{"image":{"data":"<base64-encoded PNG, JPEG, or WebP bytes>","mimeType":"image/png"},"schema":{"type":"object","required":["invoiceNumber","vendor","total"],"properties":{"total":{"type":"number","description":"Final amount due as a number, without currency symbols."},"vendor":{"type":"string"},"invoiceNumber":{"type":"string","description":"Invoice identifier exactly as printed."}},"additionalProperties":false}},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"data":{"total":382.45,"vendor":"Northstar Supplies","invoiceNumber":"INV-2048"},"meta":{"repairs":0,"latencyMs":910,"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":["image","schema"],"properties":{"image":{"type":"object","required":["data","mimeType"],"properties":{"data":{"type":"string","minLength":1,"description":"Base64-encoded image bytes without a data-URL prefix.","contentEncoding":"base64"},"mimeType":{"enum":["image/png","image/jpeg","image/webp"],"type":"string","description":"Declared image media type; it must match the decoded file signature."}},"additionalProperties":false},"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."}},"additionalProperties":false}},"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 a PNG, JPEG, or WebP document image. Failed extraction calls are not settled. Always-paid x402 V2 image API.","lastUpdated":"2026-09-15T07:39:54.908Z","serviceName":"SchemaSure","x402Version":2}]}}