{ "opencollection": "1.0.0", "info": { "name": "LlamaIndex LlamaCloud Data Sources Projects API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.llamaindex.ai/api/v1/projects" }, "docs": "Retrieve a list of all projects associated with the authenticated account. Projects serve as organizational containers for pipelines, files, and other resources." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloud.llamaindex.ai/api/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project to organize pipelines, files, and other cloud resources." }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.llamaindex.ai/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project." } ] }, "docs": "Retrieve details of a specific project by its identifier." } ] } ], "bundled": true }