{ "opencollection": "1.0.0", "info": { "name": "Kata.ai NL Prediction Auth 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://geist.kata.ai/projects/" }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://geist.kata.ai/projects/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a project consisting of one Bot, CMS, and/or NLU." }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://geist.kata.ai/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Get a project" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://geist.kata.ai/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a project" } ] } ], "bundled": true }