{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources Pipeline Files API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pipeline Files", "type": "folder" }, "items": [ { "info": { "name": "List pipeline 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 pipeline." } ] }, "docs": "Retrieve a list of files associated with a specific pipeline, including their processing status and metadata." }, { "info": { "name": "Add files to a pipeline", "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 pipeline." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add one or more previously uploaded files to a pipeline for processing. Files can include optional custom metadata." } ] } ], "bundled": true }