{ "opencollection": "1.0.0", "info": { "name": "deepset Cloud API (deepset AI Platform) Files Workspaces API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.deepset.ai/api/v1/workspaces" }, "docs": "Returns the workspaces available to the authenticated organization." }, { "info": { "name": "Create a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloud.deepset.ai/api/v1/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a workspace" }, { "info": { "name": "Get a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloud.deepset.ai/api/v1/workspaces/:workspace_name", "params": [ { "name": "workspace_name", "value": "", "type": "path" } ] }, "docs": "Get a workspace" }, { "info": { "name": "Delete a workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloud.deepset.ai/api/v1/workspaces/:workspace_name", "params": [ { "name": "workspace_name", "value": "", "type": "path" } ] }, "docs": "Delete a workspace" } ] } ], "bundled": true }