{ "opencollection": "1.0.0", "info": { "name": "Scale AI REST Batches Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List all projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.scale.com/v1/projects" }, "docs": "List all projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.scale.com/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "Retrieve a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.scale.com/v1/projects/:project_name", "params": [ { "name": "project_name", "value": "", "type": "path" } ] }, "docs": "Retrieve a project" }, { "info": { "name": "Update project parameters", "type": "http" }, "http": { "method": "POST", "url": "https://api.scale.com/v1/projects/:project_name/setParams", "params": [ { "name": "project_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update project parameters" } ] } ], "bundled": true }