{"api":"v1","generated_at":"2026-09-15T18:51:58.838Z","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/buero-halowerk-com-v1-entity-graph-a0e936","pinned_page":"https://tollindex.com/e/buero-halowerk-com-v1-entity-graph-a0e936/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":"buero-halowerk-com-v1-entity-graph-a0e936","canonical_url":"https://buero.halowerk.com/v1/entity-graph","resource":"https://buero.halowerk.com/v1/entity-graph","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Takes a text as text, a public URL or inline base64 — PDF, DOCX, ODT, HTML and Markdown are read — and returns it as a graph: the people, organisations, places, products, documents and events it names, and the relations it states between them. Every relation carries the sentence it came from word for word, plus the character offset and line where that sentence stands, and each of those quotes is looked up in the source text before the answer goes out: an exact match, or a match after whitespace…","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-08-20T06:44:26.770Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"entity graph","category":"scraping","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.004 USDC","amount_units":0.004,"decimals_known":true,"pay_to":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-20T06:44:26.186Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:03:22.396Z","state":"pass","failed_checks":["bazaar.info.output"],"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-15T06:03:22.396Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:34:32.238Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:28:46.416Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:45:33.530Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:36:19.282Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","page":"https://tollindex.com/seller/0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","endpoints":1553,"hosts":67},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","asset":"USDC","version":"2","eip712Domain":{"name":"USD Coin","chainId":8453,"version":"2","verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"network_name":"Base Mainnet","assetTransferMethod":"eip3009"},"payTo":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","amount":"4000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-20T06:44:26.186Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://buero.halowerk.com/v1/entity-graph","extensions":{"bazaar":{"info":{"input":{"body":{"document":{"text":"Die Nordlicht GmbH hat am 3. Maerz 2026 einen Rahmenvertrag mit der Sued-Elektrik AG geschlossen.\n\nGeschaeftsfuehrerin der Nordlicht GmbH ist Anna Berger.\n\nDie Sued-Elektrik AG liefert die Steuergeraete aus ihrem Werk in Ulm."},"entity_types":["person","organisation","place","document"],"max_relations":20},"type":"http","method":"POST","bodyType":"json"}},"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":["document"],"properties":{"document":{"type":"object","properties":{"url":{"type":"string","maxLength":2048,"description":"Public http(s) URL of a PDF, DOCX, ODT, HTML or text file. Private and local addresses are refused."},"text":{"type":"string","maxLength":200000,"description":"The text directly. Cheapest and clearest — its length is billed as counted here."},"format":{"enum":["auto","pdf","docx","odt","html","markdown","rtf","text"],"type":"string","default":"auto","description":"Override the detected format. \"auto\" reads it from the bytes."},"filename":{"type":"string","maxLength":260,"description":"Only consulted when the bytes carry no recognisable signature."},"content_base64":{"type":"string","maxLength":4000000,"description":"The file inline, base64."}},"description":"The text to read. Exactly one of text, url or content_base64.","additionalProperties":false},"entity_types":{"type":"array","items":{"enum":["person","organisation","place","product","document","event","amount","other"],"type":"string"},"maxItems":8,"minItems":1,"description":"Which kinds of entity to look for. Default: person, organisation, place, product, document, event."},"max_relations":{"type":"integer","default":60,"maximum":120,"minimum":1,"description":"How many relations to return at most. What is dropped is counted, never silently cut."},"document_chars":{"type":"integer","maximum":24000,"minimum":1,"description":"Only needed when the text arrives by url or content_base64: its length in characters, which is what you are billed for. A longer text is refused with its real length and nothing is charged."},"include_unverified":{"type":"boolean","default":true,"description":"Also return relations whose quote could not be located in the source, clearly marked. Off means they are only counted."},"include_isolated_entities":{"type":"boolean","default":true,"description":"Also return entities that ended up with no relation. Off means they are only counted."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}}}},"description":"Takes a text as text, a public URL or inline base64 — PDF, DOCX, ODT, HTML and Markdown are read — and returns it as a graph: the people, organisations, places, products, documents and events it names, and the relations it states between them. Every relation carries the sentence it came from word for word, plus the character offset and line where that sentence stands, and each of those quotes is looked up in the source text before the answer goes out: an exact match, or a match after whitespace…","lastUpdated":"2026-08-20T06:44:26.77Z","x402Version":2}]}}