Set the properties of tasks and responses in the project:
Input data parameters. Describe the objects to display in the task, such as images or text.
Output data parameters. These parameters describe Tolokers' responses. They are used for validating the responses entered: the data type (integer, string, etc.), range of values, string length, and so on.
Task interface. Defines the appearance of the task for Tolokers and the logic for processing responses.
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 | /projects | Creates a project. |
PUT | /projects/<project_id> | Edits a project. |
GET | /projects | Gets the list of projects. |
GET | /projects/<project_id> | Gets project properties. |
POST | /projects/<project_id>/archive | Sends a project to the archive. |