Animica x402 Directory

Directory / buero.halowerk.com

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 were actually taken, and the questions that stayed open. Every single entry carries the verbatim passage it was drawn from, and that passage is looked up in the transcript before the answer goes out — an exact match or a match after whitespace is normalised.

Call it

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

# -> 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/meeting-actions'

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

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

GET · $0.004

All 6 endpoints on buero.halowerk.com →