node_type: optional "1" or "2" or "3" or 2 more or string
One of the following:
ObjectType = "1" or "2" or "3" or 2 more
One of the following:
"1"
"2"
"3"
"4"
"5"
string
array of object {node_id, class_name, hash, 2 more}
node_id: string
class_name: optional string
hash: optional string
metadata: optional map[unknown]
node_type: optional "1" or "2" or "3" or 2 more or string
One of the following:
ObjectType = "1" or "2" or "3" or 2 more
One of the following:
"1"
"2"
"3"
"4"
"5"
string
start_char_idx: optional number
Start char index of the node.
text: optional string
Text content of the node.
text_template: optional string
Template for how text is formatted, with {content} and {metadata_str} placeholders.
DocumentUpsertResponse = array of CloudDocument { id, metadata, text, 4 more }
id: string
metadata: map[unknown]
text: string
excluded_embed_metadata_keys: optional array of string
excluded_llm_metadata_keys: optional array of string
page_positions: optional array of number
indices in the CloudDocument.text where a new page begins. e.g. Second page starts at index specified by page_positions[1].
status_metadata: optional map[unknown]
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/