{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "List data sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.llamaindex.ai/api/v1/data-sources", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "Filter data sources by project identifier." } ] }, "docs": "Retrieve a list of all data sources for the specified project." }, { "info": { "name": "Create a data source", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloud.llamaindex.ai/api/v1/data-sources", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new data source that can be connected to one or more pipelines for automatic document ingestion." } ] } ], "bundled": true }