{ "opencollection": "1.0.0", "info": { "name": "Grapes Knowledge Base Agents Projects API", "version": "1.0.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.data-grapes.com/projects" }, "docs": "List projects" }, { "info": { "name": "Create project", "type": "http" }, "http": { "method": "POST", "url": "https://api.data-grapes.com/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create project" }, { "info": { "name": "Get project", "type": "http" }, "http": { "method": "GET", "url": "https://api.data-grapes.com/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Get project" } ] } ], "bundled": true }