Skip to content

Parsing

Parse File
$ llp parsing create
POST/api/v2/parse
Get Parse Job
$ llp parsing get
GET/api/v2/parse/{job_id}
List Parse Jobs
$ llp parsing list
GET/api/v2/parse
ModelsExpand Collapse
b_box: object { h, w, x, 6 more }

Bounding box with coordinates and optional metadata.

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

code_item: object { md, value, bbox, 2 more }
md: string

Markdown representation preserving formatting

value: string

Code content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

language: optional string

Programming language identifier

type: optional "code"

Code block item type

"code"
fail_page_mode: "blank_page" or "error_message" or "raw_text"

Enum for representing the different available page error handling modes.

"blank_page"
"error_message"
"raw_text"

List of items within the footer

code_item: object { md, value, bbox, 2 more }
md: string

Markdown representation preserving formatting

value: string

Code content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

language: optional string

Programming language identifier

type: optional "code"

Code block item type

"code"
heading_item: object { level, md, value, 2 more }
level: number

Heading level (1-6)

md: string

Markdown representation preserving formatting

value: string

Heading text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "heading"

Heading item type

"heading"
image_item: object { caption, md, url, 2 more }
caption: string

Image caption

md: string

Markdown representation preserving formatting

url: string

URL to the image

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "image"

Image item type

"image"

Markdown representation preserving formatting

Display text of the link

URL of the link

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

Link item type

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 }
md: string

Markdown representation preserving formatting

value: string

Text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "text"

Text item type

"text"
list_item
md: string

Markdown representation preserving formatting

ordered: boolean

Whether the list is ordered or unordered

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "list"

List item type

"list"
table_item: object { csv, html, md, 6 more }
csv: string

CSV representation of the table

html: string

HTML representation of the table

md: string

Markdown representation preserving formatting

rows: array of array of string or number

Table data as array of arrays (string, number, or null)

union_member_0: string
union_member_1: number
bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

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

details: string

Human-readable details about the concern

type: string

Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)

type: optional "table"

Table item type

"table"
text_item: object { md, value, bbox, type }
md: string

Markdown representation preserving formatting

value: string

Text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "text"

Text item type

"text"

Markdown representation preserving formatting

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

Page footer container

form: object { json, list }

One form detected on a page, in two representations of the same content.

json: array of FormField { field, id, isEmpty, 4 more } or FormSection { , id, label, type } or FormTable { , id, columns, 2 more }

Structured representation: an ordered tree of sections, fields, and tables

form_field: object { field, id, isEmpty, 4 more }

One labeled form entry: a text input, checkbox, select group, or signature line.

field: "checkbox" or "multi_select" or "signature" or 2 more

Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature

"checkbox"
"multi_select"
"signature"
"single_select"
"text"
id: optional string

Field number/letter printed on the form (e.g. ‘1a’), if any

isEmpty: optional boolean

True for a printed-but-blank text field (mutually exclusive with value)

label: optional string

Printed field caption, if any

type: optional "field"

Form field node

"field"
value: optional string or boolean

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

union_member_0: string
union_member_1: boolean
valueItems: optional array of FormField { field, id, isEmpty, 4 more } or FormSection { , id, label, type } or FormTable { , id, columns, 2 more }

Options of a single_select/multi_select group (only on select fields)

form_field
form_section: object { items, id, label, type }

A grouping of form content, in the form’s reading order.

id: optional string

Identifier printed on the form (e.g. ‘Part III’), if any

label: optional string

Printed section heading, if any

type: optional "section"

Form section node

"section"
form_table: object { rows, id, columns, 2 more }

A fillable grid printed on the form: repeating records or a row-by-column matrix.

id: optional string

Identifier printed on the form, if any

columns: optional array of string

Printed column headers in order, if any

label: optional string

Printed table caption, if any

type: optional "table"

Form table node

"table"
form_section: object { items, id, label, type }

A grouping of form content, in the form’s reading order.

id: optional string

Identifier printed on the form (e.g. ‘Part III’), if any

label: optional string

Printed section heading, if any

type: optional "section"

Form section node

"section"
form_table: object { rows, id, columns, 2 more }

A fillable grid printed on the form: repeating records or a row-by-column matrix.

id: optional string

Identifier printed on the form, if any

columns: optional array of string

Printed column headers in order, if any

label: optional string

Printed table caption, if any

type: optional "table"

Form table node

"table"
list: object { items, md, ordered, type }

Flattened list representation of the same content

items: array of FormListTextItem { md, value, type } or FormListItem { items, md, ordered, type }

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.

md: string

Markdown representation of the line

value: string

Line content (e.g. ‘[1a] Wages: 29,513’)

type: optional "text"

Text line

"text"
form_list_item
md: string

Markdown representation of this list

ordered: boolean

Whether the list is ordered

type: optional "list"

List node

"list"
form_field: object { field, id, isEmpty, 4 more }

One labeled form entry: a text input, checkbox, select group, or signature line.

field: "checkbox" or "multi_select" or "signature" or 2 more

Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature

"checkbox"
"multi_select"
"signature"
"single_select"
"text"
id: optional string

Field number/letter printed on the form (e.g. ‘1a’), if any

isEmpty: optional boolean

True for a printed-but-blank text field (mutually exclusive with value)

label: optional string

Printed field caption, if any

type: optional "field"

Form field node

"field"
value: optional string or boolean

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

union_member_0: string
union_member_1: boolean
valueItems: optional array of FormField { field, id, isEmpty, 4 more } or FormSection { , id, label, type } or FormTable { , id, columns, 2 more }

Options of a single_select/multi_select group (only on select fields)

form_field
form_section: object { items, id, label, type }

A grouping of form content, in the form’s reading order.

id: optional string

Identifier printed on the form (e.g. ‘Part III’), if any

label: optional string

Printed section heading, if any

type: optional "section"

Form section node

"section"
form_table: object { rows, id, columns, 2 more }

A fillable grid printed on the form: repeating records or a row-by-column matrix.

id: optional string

Identifier printed on the form, if any

columns: optional array of string

Printed column headers in order, if any

label: optional string

Printed table caption, if any

type: optional "table"

Form table node

"table"
form_list_item: object { items, md, ordered, type }

The list representation of form content: nested lists of rendered field lines.

items: array of FormListTextItem { md, value, type } or FormListItem { items, md, ordered, type }

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.

md: string

Markdown representation of the line

value: string

Line content (e.g. ‘[1a] Wages: 29,513’)

type: optional "text"

Text line

"text"
form_list_item
md: string

Markdown representation of this list

ordered: boolean

Whether the list is ordered

type: optional "list"

List node

"list"
form_list_text_item: object { md, value, type }

One line of a form’s list representation.

md: string

Markdown representation of the line

value: string

Line content (e.g. ‘[1a] Wages: 29,513’)

type: optional "text"

Text line

"text"
form_section: object { items, id, label, type }

A grouping of form content, in the form’s reading order.

id: optional string

Identifier printed on the form (e.g. ‘Part III’), if any

label: optional string

Printed section heading, if any

type: optional "section"

Form section node

"section"
form_table: object { rows, id, columns, 2 more }

A fillable grid printed on the form: repeating records or a row-by-column matrix.

id: optional string

Identifier printed on the form, if any

columns: optional array of string

Printed column headers in order, if any

label: optional string

Printed table caption, if any

type: optional "table"

Form table node

"table"
header_item: object { items, md, bbox, type }
items: array of CodeItem { md, value, bbox, 2 more } or HeadingItem { level, md, value, 2 more } or ImageItem { caption, md, url, 2 more } or 4 more

List of items within the header

code_item: object { md, value, bbox, 2 more }
md: string

Markdown representation preserving formatting

value: string

Code content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

language: optional string

Programming language identifier

type: optional "code"

Code block item type

"code"
heading_item: object { level, md, value, 2 more }
level: number

Heading level (1-6)

md: string

Markdown representation preserving formatting

value: string

Heading text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "heading"

Heading item type

"heading"
image_item: object { caption, md, url, 2 more }
caption: string

Image caption

md: string

Markdown representation preserving formatting

url: string

URL to the image

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "image"

Image item type

"image"

Markdown representation preserving formatting

Display text of the link

URL of the link

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

Link item type

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 }
md: string

Markdown representation preserving formatting

value: string

Text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "text"

Text item type

"text"
list_item
md: string

Markdown representation preserving formatting

ordered: boolean

Whether the list is ordered or unordered

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "list"

List item type

"list"
table_item: object { csv, html, md, 6 more }
csv: string

CSV representation of the table

html: string

HTML representation of the table

md: string

Markdown representation preserving formatting

rows: array of array of string or number

Table data as array of arrays (string, number, or null)

union_member_0: string
union_member_1: number
bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

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

details: string

Human-readable details about the concern

type: string

Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)

type: optional "table"

Table item type

"table"
text_item: object { md, value, bbox, type }
md: string

Markdown representation preserving formatting

value: string

Text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "text"

Text item type

"text"
md: string

Markdown representation preserving formatting

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "header"

Page header container

"header"
heading_item: object { level, md, value, 2 more }
level: number

Heading level (1-6)

md: string

Markdown representation preserving formatting

value: string

Heading text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "heading"

Heading item type

"heading"
image_item: object { caption, md, url, 2 more }
caption: string

Image caption

md: string

Markdown representation preserving formatting

url: string

URL to the image

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "image"

Image item type

"image"

Markdown representation preserving formatting

Display text of the link

URL of the link

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

Link item type

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 }
md: string

Markdown representation preserving formatting

value: string

Text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "text"

Text item type

"text"
list_item
md: string

Markdown representation preserving formatting

ordered: boolean

Whether the list is ordered or unordered

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "list"

List item type

"list"
llama_parse_supported_file_extensions: ".abw" or ".awt" or ".azw" or 144 more

Enum for supported file extensions.

".abw"
".awt"
".azw"
".azw3"
".azw4"
".bmp"
".cb7"
".cbc"
".cbr"
".cbz"
".cgm"
".chm"
".csv"
".cwk"
".dbf"
".dif"
".djvu"
".doc"
".docm"
".docx"
".dot"
".dotm"
".dotx"
".epub"
".et"
".eth"
".fb2"
".fbz"
".fodg"
".fodp"
".fods"
".fodt"
".fopd"
".gif"
".heic"
".heif"
".htm"
".html"
".htmlz"
".hwp"
".jpeg"
".jpg"
".key"
".lit"
".lrf"
".lwp"
".m4a"
".mcw"
".md"
".mobi"
".mp3"
".mp4"
".mpeg"
".mpga"
".mw"
".mwd"
".numbers"
".odf"
".odg"
".odp"
".ods"
".odt"
".otg"
".otp"
".ots"
".ott"
".pages"
".pbd"
".pdb"
".pdf"
".pml"
".png"
".pot"
".potm"
".potx"
".ppt"
".pptm"
".pptx"
".prc"
".prn"
".psw"
".qpw"
".rb"
".rtf"
".sda"
".sdd"
".sdp"
".sdw"
".sgl"
".slk"
".snb"
".stc"
".std"
".sti"
".stw"
".svg"
".sxc"
".sxd"
".sxg"
".sxi"
".sxm"
".sxw"
".sylk"
".tcr"
".tif"
".tiff"
".tsv"
".txtz"
".uof"
".uop"
".uos"
".uos1"
".uos2"
".uot"
".vdx"
".vor"
".vsd"
".vsdm"
".vsdx"
".wav"
".wb1"
".wb2"
".wb3"
".webm"
".webp"
".wk1"
".wk2"
".wk3"
".wk4"
".wks"
".wn"
".wpd"
".wps"
".wpt"
".wq1"
".wq2"
".wri"
".xhtm"
".xlr"
".xls"
".xlsb"
".xlsm"
".xlsx"
".xlw"
".xml"
".yxmd"
".zabw"
parsing_job: object { id, status, error_code, error_message }

A parse job (v1).

id: string

Unique parse job identifier

status: "CANCELLED" or "ERROR" or "PARTIAL_SUCCESS" or 2 more

Current job status

"CANCELLED"
"ERROR"
"PARTIAL_SUCCESS"
"PENDING"
"SUCCESS"
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.

"abq"
"ady"
"af"
"ang"
"ar"
"as"
"ava"
"az"
"be"
"bg"
"bgc"
"bh"
"bho"
"bn"
"bs"
"ch_sim"
"ch_tra"
"che"
"cs"
"cy"
"da"
"dar"
"de"
"en"
"es"
"et"
"fa"
"fr"
"ga"
"gom"
"hi"
"hr"
"hu"
"id"
"inh"
"is"
"it"
"ja"
"kbd"
"kn"
"ko"
"ku"
"la"
"lbe"
"lez"
"lt"
"lv"
"mah"
"mai"
"mi"
"mn"
"mni"
"mr"
"ms"
"mt"
"ne"
"new"
"nl"
"no"
"oc"
"pi"
"pl"
"pt"
"ro"
"rs_cyrillic"
"rs_latin"
"ru"
"sa"
"sck"
"sk"
"sl"
"sq"
"sv"
"sw"
"ta"
"tab"
"te"
"th"
"tjk"
"tl"
"tr"
"ug"
"uk"
"ur"
"uz"
"vi"
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_agent"
"parse_page_with_layout_agent"
"parse_page_with_llm"
"parse_page_with_lvm"
"parse_page_without_llm"
status_enum: "CANCELLED" or "ERROR" or "PARTIAL_SUCCESS" or 2 more

Enum for representing the status of a job

"CANCELLED"
"ERROR"
"PARTIAL_SUCCESS"
"PENDING"
"SUCCESS"
table_item: object { csv, html, md, 6 more }
csv: string

CSV representation of the table

html: string

HTML representation of the table

md: string

Markdown representation preserving formatting

rows: array of array of string or number

Table data as array of arrays (string, number, or null)

union_member_0: string
union_member_1: number
bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

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

details: string

Human-readable details about the concern

type: string

Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)

type: optional "table"

Table item type

"table"
text_item: object { md, value, bbox, type }
md: string

Markdown representation preserving formatting

value: string

Text content

bbox: optional array of BBox { h, w, x, 6 more }

List of bounding boxes

h: number

Height of the bounding box

w: number

Width of the bounding box

x: number

X coordinate of the bounding box

y: number

Y coordinate of the bounding box

confidence: optional number

Confidence score

end_index: optional number

End index in the text

label: optional string

Label for the bounding box

r: optional number

Optional visual text rotation angle in degrees. Omitted when unrotated.

start_index: optional number

Start index in the text

type: optional "text"

Text item type

"text"
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/