ModelsExpand Collapse b_box : object { h , w , x , 6 more }
Bounding box with coordinates and optional metadata.
Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
code_item : object { md , value , bbox , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
language : optional string
Programming language identifier
fail_page_mode : "blank_page" or "error_message" or "raw_text"
Enum for representing the different available page error handling modes.
List of items within the footer
code_item : object { md , value , bbox , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
language : optional string
Programming language identifier
heading_item : object { level , md , value , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
image_item : object { caption , md , url , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
link_item : object { md , text , url , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
list_item : object { items , md , ordered , 2 more }
items : array of TextItem { md , value , bbox , type } or ListItem { items , md , ordered , 2 more } List of nested text or list items
text_item : object { md , value , bbox , type }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
list_item Markdown representation preserving formatting
Whether the list is ordered or unordered
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
table_item : object { csv , html , md , 6 more }
CSV representation of the table
HTML representation of the table
Markdown representation preserving formatting
rows : array of array of string or number
Table data as array of arrays (string, number, or null)
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
merged_from_pages : optional array of number
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page : optional number
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
parse_concerns : optional array of object { details , type }
Quality concerns detected during table extraction, indicating the table may have issues
Human-readable details about the concern
Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)
text_item : object { md , value , bbox , type }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
Markdown representation preserving formatting
Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
One form detected on a page, in two representations of the same content.
Structured representation: an ordered tree of sections, fields, and tables
One labeled form entry: a text input, checkbox, select group, or signature line.
Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature
Field number/letter printed on the form (e.g. ‘1a’), if any
True for a printed-but-blank text field (mutually exclusive with value)
Printed field caption, if any
Entered content: verbatim text for text fields, or a boolean for checkbox (checked) and signature (signed). Absent on blank text fields and on select groups
Options of a single_select/multi_select group (only on select fields)
form_field A grouping of form content, in the form’s reading order.
Identifier printed on the form (e.g. ‘Part III’), if any
Printed section heading, if any
A fillable grid printed on the form: repeating records or a row-by-column matrix.
Identifier printed on the form, if any
Printed column headers in order, if any
Printed table caption, if any
A grouping of form content, in the form’s reading order.
Identifier printed on the form (e.g. ‘Part III’), if any
Printed section heading, if any
A fillable grid printed on the form: repeating records or a row-by-column matrix.
Identifier printed on the form, if any
Printed column headers in order, if any
Printed table caption, if any
Flattened list representation of the same content
Nested lines and sub-lists, in the form’s reading order
form_list_text_item : object { md , value , type }
One line of a form’s list representation.
Markdown representation of the line
Line content (e.g. ‘[1a] Wages: 29,513’)
form_list_item Markdown representation of this list
Whether the list is ordered
One labeled form entry: a text input, checkbox, select group, or signature line.
Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature
Field number/letter printed on the form (e.g. ‘1a’), if any
True for a printed-but-blank text field (mutually exclusive with value)
Printed field caption, if any
Entered content: verbatim text for text fields, or a boolean for checkbox (checked) and signature (signed). Absent on blank text fields and on select groups
Options of a single_select/multi_select group (only on select fields)
form_field A grouping of form content, in the form’s reading order.
Identifier printed on the form (e.g. ‘Part III’), if any
Printed section heading, if any
A fillable grid printed on the form: repeating records or a row-by-column matrix.
Identifier printed on the form, if any
Printed column headers in order, if any
Printed table caption, if any
The list representation of form content: nested lists of rendered field lines.
Nested lines and sub-lists, in the form’s reading order
form_list_text_item : object { md , value , type }
One line of a form’s list representation.
Markdown representation of the line
Line content (e.g. ‘[1a] Wages: 29,513’)
form_list_item Markdown representation of this list
Whether the list is ordered
form_list_text_item : object { md , value , type }
One line of a form’s list representation.
Markdown representation of the line
Line content (e.g. ‘[1a] Wages: 29,513’)
A grouping of form content, in the form’s reading order.
Identifier printed on the form (e.g. ‘Part III’), if any
Printed section heading, if any
A fillable grid printed on the form: repeating records or a row-by-column matrix.
Identifier printed on the form, if any
Printed column headers in order, if any
Printed table caption, if any
List of items within the header
code_item : object { md , value , bbox , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
language : optional string
Programming language identifier
heading_item : object { level , md , value , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
image_item : object { caption , md , url , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
link_item : object { md , text , url , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
list_item : object { items , md , ordered , 2 more }
items : array of TextItem { md , value , bbox , type } or ListItem { items , md , ordered , 2 more } List of nested text or list items
text_item : object { md , value , bbox , type }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
list_item Markdown representation preserving formatting
Whether the list is ordered or unordered
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
table_item : object { csv , html , md , 6 more }
CSV representation of the table
HTML representation of the table
Markdown representation preserving formatting
rows : array of array of string or number
Table data as array of arrays (string, number, or null)
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
merged_from_pages : optional array of number
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page : optional number
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
parse_concerns : optional array of object { details , type }
Quality concerns detected during table extraction, indicating the table may have issues
Human-readable details about the concern
Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)
text_item : object { md , value , bbox , type }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
Markdown representation preserving formatting
Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
heading_item : object { level , md , value , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
image_item : object { caption , md , url , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
link_item : object { md , text , url , 2 more }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
list_item : object { items , md , ordered , 2 more }
items : array of TextItem { md , value , bbox , type } or ListItem { items , md , ordered , 2 more } List of nested text or list items
text_item : object { md , value , bbox , type }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
list_item Markdown representation preserving formatting
Whether the list is ordered or unordered
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
llama_parse_supported_file_extensions : ".abw" or ".awt" or ".azw" or 144 more
Enum for supported file extensions.
parsing_job : object { id , status , error_code , error_message }
Unique parse job identifier
status : "CANCELLED" or "ERROR" or "PARTIAL_SUCCESS" or 2 more
error_code : optional string
Machine-readable error code when failed
error_message : optional string
Human-readable error details when failed
parsing_languages : "abq" or "ady" or "af" or 83 more
Enum for representing the languages supported by the parser.
parsing_mode : "parse_document_with_agent" or "parse_document_with_llm" or "parse_document_with_lvm" or 5 more
Enum for representing the mode of parsing to be used.
"parse_document_with_agent"
"parse_document_with_llm"
"parse_document_with_lvm"
"parse_page_with_layout_agent"
status_enum : "CANCELLED" or "ERROR" or "PARTIAL_SUCCESS" or 2 more
Enum for representing the status of a job
table_item : object { csv , html , md , 6 more }
CSV representation of the table
HTML representation of the table
Markdown representation preserving formatting
rows : array of array of string or number
Table data as array of arrays (string, number, or null)
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
merged_from_pages : optional array of number
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page : optional number
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
parse_concerns : optional array of object { details , type }
Quality concerns detected during table extraction, indicating the table may have issues
Human-readable details about the concern
Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)
text_item : object { md , value , bbox , type }
Markdown representation preserving formatting
bbox : optional array of BBox { h , w , x , 6 more } Height of the bounding box
Width of the bounding box
X coordinate of the bounding box
Y coordinate of the bounding box
confidence : optional number
end_index : optional number
Label for the bounding box
Optional visual text rotation angle in degrees. Omitted when unrotated.
start_index : optional number
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/for-agents/mcp/
- Other LlamaIndex tooling for agents — the LlamaParse Platform MCP server, agent skills and plugins, and the n8n node — is mapped at https://developers.llamaindex.ai/for-agents/