Animica x402 Directory

Directory / buero.halowerk.com

buero.halowerk.com/v1/terms-diff

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 changed is decided by a Myers shortest-edit-script over the paragraphs, not by a model: the deterministic comparison is the source of truth, and only afterwards is a model asked what changed in substance at those specific places. That order is the point.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://buero.halowerk.com/v1/terms-diff'

# -> 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/terms-diff'

Endpoint: https://buero.halowerk.com/v1/terms-diff. 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.

Other endpoints on buero.halowerk.com

buero.halowerk.com/v1/availability-resolve

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…

GET · $0.002

buero.halowerk.com/v1/clause-extract

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. …

GET · $0.004

buero.halowerk.com/v1/entity-graph

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,…

GET · $0.004

buero.halowerk.com/v1/meeting-actions

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 …

GET · $0.004

buero.halowerk.com/v1/persona-eval

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…

GET · $0.012

All 6 endpoints on buero.halowerk.com →