Overview

A task suite is a set of tasks grouped on a single web page. If the tasks are simple, you can add 10–20 tasks per suite. Don't make task suites too long because it slows down the loading speed for Tolokers.

To create a task suite, upload JSON containing:

  • Input data for tasks (such as text or image URLs).
  • Correct responses (for control tasks).
  • Hints (for training tasks).
  • Parameters for assigning tasks.

Methods

Tip

Try our new API reference: more parameter details, request/response examples, and code samples in various programming languages, including the Toloka-Kit usage samples.

MethodEndpointOverview
POST/task-suitesCreates one or multiple task suites.
POST/task-suitesCreates multiple task suites.
GET/task-suitesGets the list of task suites in the pool.
GET/task-suites/<task_suite_id>Gets a task suite.
PATCH/task-suites/<task_suite_id>Changes task suite overlap.
PATCH/task-suites/<task_suite_id>Changes the priority of a task suite in the pool.
PATCH/task-suites/<task_suite_id>/set-overlap-or-minStops assigning a task suite to Tolokers.

See also

Contact support
Toloka API
OverviewAccessing the APIRate limiting
Quick start
Reference
Project
Pools
Training
Subscriptions to events
Toloker selection
Ways to upload tasks
Tasks
Task suites
Tracking operations
Getting responses
Checking completed tasks
Bonuses
Messages for Tolokers
Various parameters
Libraries