Directory / buero.halowerk.com
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…
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://buero.halowerk.com/v1/entity-graph' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://buero.halowerk.com/v1/entity-graph'
Endpoint: https://buero.halowerk.com/v1/entity-graph. Operated by buero.halowerk.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Give it a search window, a meeting length, and for each participant a list of busy blocks — start and end, nothing else — and it returns the windows in which th…
Takes a contract as text, a public URL or inline base64 — PDF, DOCX, ODT, HTML and Markdown are read — and returns the passages governing the requested topics. …
Takes a transcript as text, a public URL or inline base64 and returns what follows from the meeting: the tasks, who is responsible, by when, the decisions that …
Runs a structured synthetic-persona critique through Groq using the configured model. The persona is treated as a hypothesis, never as a factual claim about eve…
Takes two contract versions as text, public URLs or inline base64 — PDF, DOCX, ODT, HTML and Markdown are read — and reports what is different. Which passages c…