{ "opencollection": "1.0.0", "info": { "name": "Toloka Assignments Training API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Training", "type": "folder" }, "items": [ { "info": { "name": "Get the list of training pools", "type": "http" }, "http": { "method": "GET", "url": "https://api.toloka.ai/api/v1/trainings", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results per page." } ] }, "docs": "Get the list of training pools" }, { "info": { "name": "Create a training pool", "type": "http" }, "http": { "method": "POST", "url": "https://api.toloka.ai/api/v1/trainings", "body": { "type": "json", "data": "{}" } }, "docs": "Create a training pool" }, { "info": { "name": "Open a training pool", "type": "http" }, "http": { "method": "POST", "url": "https://api.toloka.ai/api/v1/trainings/:id/open", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object identifier." } ] }, "docs": "Open a training pool" } ] } ], "bundled": true }