ModelsExpand Collapse Category definition for document splitting.
description : Optional [ str ]
Optional description of what content belongs in this category.
Document input specification for beta API.
Type of document input. Valid values are: file_id
class SplitResultResponse : …
Result of a completed split job.
List of document segments.
Category name this split belongs to.
Categorical confidence level. Valid values are: high, medium, low.
1-indexed page numbers in this split.
class SplitSegmentResponse : …
A segment of the split document.
Category name this split belongs to.
Categorical confidence level. Valid values are: high, medium, low.
1-indexed page numbers in this split.
class SplitCreateResponse : …
Beta response — uses nested document_input object.
Unique identifier for the split job.
Categories used for splitting.
description : Optional [ str ]
Optional description of what content belongs in this category.
Type of document input. Valid values are: file_id
Project ID this job belongs to.
Current status of the job. Valid values are: pending, processing, completed, failed, cancelled.
User ID who created this job.
configuration_id : Optional [ str ]
Split configuration ID used for this job.
created_at : Optional [ datetime ]
error_message : Optional [ str ]
Error message if the job failed.
result : Optional [ SplitResultResponse ]
Result of a completed split job.
List of document segments.
Category name this split belongs to.
Categorical confidence level. Valid values are: high, medium, low.
1-indexed page numbers in this split.
updated_at : Optional [ datetime ]
class SplitListResponse : …
Beta response — uses nested document_input object.
Unique identifier for the split job.
Categories used for splitting.
description : Optional [ str ]
Optional description of what content belongs in this category.
Type of document input. Valid values are: file_id
Project ID this job belongs to.
Current status of the job. Valid values are: pending, processing, completed, failed, cancelled.
User ID who created this job.
configuration_id : Optional [ str ]
Split configuration ID used for this job.
created_at : Optional [ datetime ]
error_message : Optional [ str ]
Error message if the job failed.
result : Optional [ SplitResultResponse ]
Result of a completed split job.
List of document segments.
Category name this split belongs to.
Categorical confidence level. Valid values are: high, medium, low.
1-indexed page numbers in this split.
updated_at : Optional [ datetime ]
class SplitGetResponse : …
Beta response — uses nested document_input object.
Unique identifier for the split job.
Categories used for splitting.
description : Optional [ str ]
Optional description of what content belongs in this category.
Type of document input. Valid values are: file_id
Project ID this job belongs to.
Current status of the job. Valid values are: pending, processing, completed, failed, cancelled.
User ID who created this job.
configuration_id : Optional [ str ]
Split configuration ID used for this job.
created_at : Optional [ datetime ]
error_message : Optional [ str ]
Error message if the job failed.
result : Optional [ SplitResultResponse ]
Result of a completed split job.
List of document segments.
Category name this split belongs to.
Categorical confidence level. Valid values are: high, medium, low.
1-indexed page numbers in this split.
updated_at : Optional [ datetime ]
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/