{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources Pipeline Data Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pipeline Data Sources", "type": "folder" }, "items": [ { "info": { "name": "List pipeline data sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.llamaindex.ai/api/v1/pipelines/:pipelineId/data-sources", "params": [ { "name": "pipelineId", "value": "", "type": "path", "description": "Unique identifier of the pipeline." } ] }, "docs": "Retrieve data sources connected to a specific pipeline. Data sources provide automatic ingestion of documents from external systems." }, { "info": { "name": "Add data sources to a pipeline", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloud.llamaindex.ai/api/v1/pipelines/:pipelineId/data-sources", "params": [ { "name": "pipelineId", "value": "", "type": "path", "description": "Unique identifier of the pipeline." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Connect data sources to a pipeline for automatic document ingestion. When data sources are connected, the pipeline will sync content from these sources based on the configured schedule." } ] } ], "bundled": true }