ModelsExpand Collapse DirectoryCreateResponse = object { id , name , project_id , 7 more }
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : optional string
deleted_at : optional string
Optional timestamp of when the directory was deleted. Null if not deleted.
description : optional string
Optional description shown to users.
expires_at : optional string
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : optional "user" or "index" or "ephemeral"
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : optional string
DirectoryListResponse = object { id , name , project_id , 7 more }
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : optional string
deleted_at : optional string
Optional timestamp of when the directory was deleted. Null if not deleted.
description : optional string
Optional description shown to users.
expires_at : optional string
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : optional "user" or "index" or "ephemeral"
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : optional string
DirectoryGetResponse = object { id , name , project_id , 7 more }
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : optional string
deleted_at : optional string
Optional timestamp of when the directory was deleted. Null if not deleted.
description : optional string
Optional description shown to users.
expires_at : optional string
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : optional "user" or "index" or "ephemeral"
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : optional string
DirectoryUpdateResponse = object { id , name , project_id , 7 more }
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : optional string
deleted_at : optional string
Optional timestamp of when the directory was deleted. Null if not deleted.
description : optional string
Optional description shown to users.
expires_at : optional string
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : optional "user" or "index" or "ephemeral"
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : optional string
ModelsExpand Collapse FileAddResponse = object { id , directory_id , display_name , 8 more }
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : optional string
deleted_at : optional string
Soft delete marker when the file is removed upstream or by user action.
download_url : optional PresignedURL { expires_at , url , form_fields } Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : optional string
FileListResponse = object { id , directory_id , display_name , 8 more }
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : optional string
deleted_at : optional string
Soft delete marker when the file is removed upstream or by user action.
download_url : optional PresignedURL { expires_at , url , form_fields } Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : optional string
FileGetResponse = object { id , directory_id , display_name , 8 more }
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : optional string
deleted_at : optional string
Soft delete marker when the file is removed upstream or by user action.
download_url : optional PresignedURL { expires_at , url , form_fields } Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : optional string
FileUpdateResponse = object { id , directory_id , display_name , 8 more }
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : optional string
deleted_at : optional string
Soft delete marker when the file is removed upstream or by user action.
download_url : optional PresignedURL { expires_at , url , form_fields } Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : optional string
FileUploadResponse = object { id , directory_id , display_name , 8 more }
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : optional string
deleted_at : optional string
Soft delete marker when the file is removed upstream or by user action.
download_url : optional PresignedURL { expires_at , url , form_fields } Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : optional string
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/