{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources Index Files API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Index Files", "type": "folder" }, "items": [ { "info": { "name": "List index files", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.llamaindex.ai/api/v1/pipelines/:pipelineId/files", "params": [ { "name": "pipelineId", "value": "", "type": "path", "description": "Unique identifier of the index (pipeline)." } ] }, "docs": "Retrieve a list of files in the index along with their processing status. Use this endpoint to monitor which files have been successfully indexed." }, { "info": { "name": "Add files to an index", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloud.llamaindex.ai/api/v1/pipelines/:pipelineId/files", "params": [ { "name": "pipelineId", "value": "", "type": "path", "description": "Unique identifier of the index (pipeline)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add previously uploaded files to the index for automatic processing. Files can include optional custom metadata that is preserved through the indexing pipeline." } ] } ], "bundled": true }