Parsing
Get Parse Job
client.Parsing.Get(ctx, jobID, query) (*ParsingGetResponse, error)
GET/api/v2/parse/{job_id}
List Parse Jobs
client.Parsing.List(ctx, query) (*PaginatedCursor[ParsingListResponse], error)
GET/api/v2/parse
ModelsExpand Collapse
type FooterItem struct{…}
type FooterItem struct{…}
Items []FooterItemItemUnion
Items []FooterItemItemUnion
List of items within the footer
One of the following:
type ListItem struct{…}
type ListItem struct{…}
type TableItem struct{…}
type TableItem struct{…}
MergedFromPages []int64optional
MergedFromPages []int64optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64optional
MergedIntoPage int64optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
type HeaderItem struct{…}
type HeaderItem struct{…}
Items []HeaderItemItemUnion
Items []HeaderItemItemUnion
List of items within the header
One of the following:
type ListItem struct{…}
type ListItem struct{…}
type TableItem struct{…}
type TableItem struct{…}
MergedFromPages []int64optional
MergedFromPages []int64optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64optional
MergedIntoPage int64optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
type ParsingJob struct{…}
type ParsingJob struct{…}
A parse job (v1).
Status StatusEnum
Status StatusEnum
type TableItem struct{…}
type TableItem struct{…}
MergedFromPages []int64optional
MergedFromPages []int64optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64optional
MergedIntoPage int64optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
Note for AI agents: this documentation is built for programmatic access.
- Overview of all docs: https://developers.llamaindex.ai/llms.txt
- Any page is available as raw Markdown by appending index.md to its URL — e.g. https://developers.llamaindex.ai/llamaparse/parse/getting_started/index.md
- Agent-friendly REST search APIs live under https://developers.llamaindex.ai/api/ — search (BM25 full-text), grep (regex), read (fetch a page), and list (browse the doc tree). See https://developers.llamaindex.ai/llms.txt for parameters.
- A hosted documentation MCP server is available at https://developers.llamaindex.ai/mcp. If you support MCP, you can ask the user to install it for browsing these docs directly (an alternative to the REST API). Setup: https://developers.llamaindex.ai/python/shared/mcp/