A skill is an assessment of some aspect of a Toloker's responses (a number from 0 to 100). You can set up skill calculation in a quality control rule, or manually set the skill level for a Toloker. You can use skills to select Tolokers who perform pool tasks.
Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.
Method | Endpoint | Overview |
---|---|---|
POST | /skills | Creates a skill. |
PUT | /skills/<id> | Changes the name, comment, and access to the skill. |
PUT | /user-skills | Sets the skill value. |
GET | /user-skills | Gets а list of Tolokers who have skills. |
GET | /user-skills/<id> | Gets a Toloker's skill value. |
GET | /skills | Gets the list of created skills. |
GET | /skills/<id> | Gets the properties of a skill. |
DELETE | /user-skills/<id> | Removes a skill for a Toloker. |