Skip to main content
anyformat reads documents and returns structured data. You describe the fields you need once. Every document you send after that comes back as data, with a confidence and a citation for each value.

How it works

A workflow is a small graph of nodes. Parse reads the document. Extract pulls out the fields you defined. Add Classify, Split, Validate or an alert when the documents ask for it.
You build the workflow once, in the app or in code, and run it on every document that follows. The result is the same either way: one JSON object per document, with a value, a confidence and the evidence for each field.

Two ways to build

Where to go next

Quickstart

Your first workflow, end to end, in the app or in code.

Nodes

Every node: what it does, what it returns, what it costs.

Examples

Complete workflows for invoices, contracts, bank statements and more.

API reference

Endpoints, SDKs, CLI and MCP.