{ "opencollection": "1.0.0", "info": { "name": "Toloka Assignments Skills API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Skills", "type": "folder" }, "items": [ { "info": { "name": "Get the list of skills", "type": "http" }, "http": { "method": "GET", "url": "https://api.toloka.ai/api/v1/skills", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results per page." } ] }, "docs": "Get the list of skills" }, { "info": { "name": "Create a skill", "type": "http" }, "http": { "method": "POST", "url": "https://api.toloka.ai/api/v1/skills", "body": { "type": "json", "data": "{}" } }, "docs": "Create a skill" }, { "info": { "name": "Assign a skill value to a Toloker", "type": "http" }, "http": { "method": "POST", "url": "https://api.toloka.ai/api/v1/user-skills", "body": { "type": "json", "data": "{}" } }, "docs": "Assign a skill value to a Toloker" } ] } ], "bundled": true }