{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources Index Data Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Index Data Sources", "type": "folder" }, "items": [ { "info": { "name": "List index 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 index (pipeline)." } ] }, "docs": "Retrieve data sources connected to a specific index for automatic document ingestion." }, { "info": { "name": "Add data sources to an index", "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 index (pipeline)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Connect external data sources to an index for automatic document ingestion. The index will sync content from these sources based on the configured schedule." } ] } ], "bundled": true }