mode): how much work to spend per page, from reading the PDF’s own text layer to a multi-step pass over dense tables.
The node
In Studio
Click the Parse node on the canvas to open its panel. The four tiers are the cards at the top; the advanced options sit below them.
Tiers
Options
Every field is optional. Omit a field and the default applies. Fields that belong to another tier are accepted and ignored.
The schema the API accepts is generated from the same source: Parse node schema.
What it returns
Parse fills theparse section of the run results:
markdown is the whole document as markdown. Each block starts with an <a id="p<page>_b<n>"> anchor and tables are HTML <table> elements, so the text stays quotable and every citation can point at a block. blocks carries the same content block by block with its page, bounding box (fractions of the page size) and confidences: parse_confidence is 0 to 100, layout_confidence is 0 to 1. See Outputs for the CSV, JSON and Excel exports built on top of it.
Connects to
A workflow has exactly one Parse node. The app and the API both reject a second one.
Billing
Billed per page at the tier’s rate (table above). Acache hit costs nothing. Full price list: How credits work.
Examples
- Parse-only workflow: the document as markup, on each tier.
- POST /v3/parse/: one document on the Fast tier in one call, with no workflow to create.
- Agentic parse to markdown: dense tables on the agentic tier.
- Invoice processing: the usual Parse to Extract shape.

