{ "opencollection": "1.0.0", "info": { "name": "ClearML REST Auth Projects API", "version": "2.30" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.clear.ml/projects.create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "Query projects", "type": "http" }, "http": { "method": "POST", "url": "https://api.clear.ml/projects.get_all", "body": { "type": "json", "data": "{}" } }, "docs": "Query projects" } ] } ], "bundled": true }