Before you can start using Toloka-Kit, you need to register with Toloka, get an OAuth token, and install the Toloka-Kit Python library. After that, you can create projects, pools, upload tasks, and get results.
Use the list of recipes below to find out how to start working with Toloka-Kit.
Get list of projects
Get all the projects with a certain status created after a specified date
3 steps
Go to recipeGet project details
Get the detailed information about the project with the ID specified in the request
4 steps
Go to recipeGet list of pools
Get the list of the pools with the 'CLOSED' status in your project
3 steps
Go to recipeGet pool details
Get the detailed information about the pool with the ID specified in the request
4 steps
Go to recipeChange pool priority
Change the priority of the pool and offer it to Tolokers before other pools
4 steps
Go to recipeFilter Tolokers
Use pool filters to specify the Toloker groups you want to pick your tasks
5 steps
Go to recipeUse quality control rules
Use quality control rules to restrict access to the tasks for the Tolokers who try and breach them
9 steps
Go to recipeList Tolokers with skills
Get all the skills assigned to the Toloker with the ID specified in the request
3 steps
Go to recipeRemove skill from Toloker
Remove the skill from the Toloker using the ID of the "skill-Toloker" pair
3 steps
Go to recipeGet list of tasks
Get all the tasks in the pool with the ID specified in the request
3 steps
Go to recipeGet task details
Get the detailed information about the task with the ID specified in the request
4 steps
Go to recipeChange task overlap
Increase the overlap of a task when you need more Tolokers to complete it
4 steps
Go to recipeGet list of responses
Get all the Toloker responses present in the pool with the ID specified in the request
3 steps
Go to recipeAggregate responses in pool
Aggregate the responses from Tolokers for all completed tasks in a pool
5 steps
Go to recipeAccept responses from Tolokers
Accept Toloker responses with the IDs specified in the request
4 steps
Go to recipeReject responses from Tolokers
Reject Toloker responses with the IDs specified in the request
4 steps
Go to recipeGet list of files in responses
List all the files attached to the Toloker responses in a pool
3 steps
Go to recipeIssue rewards to Tolokers
Additionally reward Tolokers who completed their tasks better than others
4 steps
Go to recipeGet reward details
Get the detailed information about the reward with the ID specified in the request
4 steps
Go to recipeSend messages
Compose and send messages to single or multiple recipients in Toloka
4 steps
Go to recipeGet list of message threads
Get the list of all the message threads present in a specific folder in your account
3 steps
Go to recipeIf you feel rather confident as a Toloka-Kit user and want to try a more complex scenario, refer to the following pages: