{"api":"v1","generated_at":"2026-09-16T01:49:29.605Z","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/api-dekist42-com-v1-extract-51ca2e","pinned_page":"https://tollindex.com/e/api-dekist42-com-v1-extract-51ca2e/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":"api-dekist42-com-v1-extract-51ca2e","canonical_url":"https://api.dekist42.com/v1/extract","resource":"https://api.dekist42.com/v1/extract","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Extract text and ruled tables from a PDF (10 MiB, 20 pages, no OCR).","service_name":"PDF extraction","declared_category":null,"declared_tags":["pdf","extraction","tables"],"route_template":null,"registry_updated":"2026-09-09T10:19:07.783Z"},"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.1 USDC","amount_units":0.1,"decimals_known":true,"pay_to":"0x80036Fc0D82a46240F5610f4Bf27844157675107","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-09T10:19:07.309Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:44:38.059Z","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:44:38.059Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:40:05.161Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:38:09.202Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:54:48.577Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:29:52.820Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x80036Fc0D82a46240F5610f4Bf27844157675107","page":"https://tollindex.com/seller/0x80036Fc0D82a46240F5610f4Bf27844157675107","endpoints":1,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["pdf","extraction","tables"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x80036Fc0D82a46240F5610f4Bf27844157675107","amount":"100000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-09T10:19:07.309Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://api.dekist42.com/v1/extract","extensions":{"bazaar":{"info":{"input":{"body":{"pdf_base64":"JVBERi0..."},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"pages":[{"page":1,"text":"Example","width":400,"height":400,"tables":[]}],"engine":"pdfplumber","warnings":["No OCR"],"page_count":1,"schema_version":"1.0","document_sha256":"0000000000000000000000000000000000000000000000000000000000000000"}}},"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","title":"ExtractionInput","required":["pdf_base64"],"properties":{"pdf_base64":{"type":"string","title":"Pdf Base64","maxLength":13981016,"minLength":1,"description":"Base64 PDF bytes; maximum 10 MiB and 20 pages. No URLs."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","title":"ExtractionResult","required":["schema_version","document_sha256","page_count","pages","warnings","engine"],"properties":{"pages":{"type":"array","items":{"type":"object","title":"PageResult","required":["page","width","height","text","tables"],"properties":{"page":{"type":"integer","title":"Page","minimum":1,"description":"One-based source page number"},"text":{"type":"string","title":"Text"},"width":{"type":"number","title":"Width"},"height":{"type":"number","title":"Height"},"tables":{"type":"array","items":{"type":"object","title":"Table","required":["bbox","rows"],"properties":{"bbox":{"type":"array","title":"Bbox","maxItems":4,"minItems":4,"description":"x0, top, x1, bottom; PDF points","prefixItems":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}]},"rows":{"type":"array","items":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"null"}]}},"title":"Rows"}}},"title":"Tables"}}},"title":"Pages"},"engine":{"type":"string","title":"Engine"},"warnings":{"type":"array","items":{"type":"string"},"title":"Warnings"},"page_count":{"type":"integer","title":"Page Count"},"schema_version":{"type":"string","title":"Schema Version"},"document_sha256":{"type":"string","title":"Document Sha256"}}}}}}}}},"description":"Extract text and ruled tables from a PDF (10 MiB, 20 pages, no OCR).","lastUpdated":"2026-09-09T10:19:07.783Z","serviceName":"PDF extraction","x402Version":2}]}}