Cancel Parse
Cancel an in-flight backgroundDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
Parse run (one created with background: true). Cancellation is idempotent: a run that has already reached a terminal state (completed, failed, or cancelled) is returned unchanged rather than erroring.
Authorizations
Path Parameters
Response
Successful Response
A parse result: the per-page and full-document text extracted from a document.
Unique identifier of the parse
Information about the parsed file
Model used for parsing
Format used to render tables extracted from the document
markdown, yaml, html, json DPI used when rasterizing pages for the parser
The parsed document content
Free-form instructions supplied with the parse request.
Lifecycle status. The synchronous path returns 'completed'. Background runs progress pending -> queued -> in_progress -> completed | failed | cancelled.
pending, queued, in_progress, completed, failed, cancelled Error details when a background run fails; null otherwise. Always present so consumers can read it without an existence check.
Usage information for the parse operation