To better understand how Toloka works, first try setting up tasks in the Toloka interface using the documentation and then proceed to setting them up in the API.
For example, create a project with tasks where Tolokers will determine the type of shoes.
The sample project described under "Quick start" is for the sandbox. To set up tasks in the Toloka production version, change the resource URL and OAuth token in all requests.
Post your tasks.
POST /api/v1/projects
).POST /api/v1/pools
).POST /api/v1/tasks
).POST /api/v1/pools/<pool_id>/open
).Get the required results after the tasks are completed by the Tolokers.
GET /api/v1/assignments?pool_id=<pool_id>
).GET /api/v1/attachments
).Read the instructions on how to post tasks.