API Toloka Apps external
app
Get the list of project templates (Apps) | GET /apps |
Information about the project template | GET /apps/{app_id} |
Get the list of project templates (Apps) | GET /apps |
Information about the project template | GET /apps/{app_id} |
app-project
Archive the project | POST /app-projects/{app_project_id}/archive |
Create a new project | POST /app-projects |
Get information about the project | GET /app-projects/{app_project_id} |
Get the list of projects | GET /app-projects |
Unarchive the project | POST /app-projects/{app_project_id}/unarchive |
Archive the project | POST /app-projects/{app_project_id}/archive |
Create a new project | POST /app-projects |
Get information about the project | GET /app-projects/{app_project_id} |
Get the list of projects | GET /app-projects |
Unarchive the project | POST /app-projects/{app_project_id}/unarchive |
batch
Create a new batch with the first set of items | POST /app-projects/{app_project_id}/batches |
Get information about the batch | GET /app-projects/{app_project_id}/batches/{batch_id} |
Get the list of batches in the project | GET /app-projects/{app_project_id}/batches |
Resume processing the batch | POST /app-projects/{app_project_id}/batches/{batch_id}/resume |
Start processing the batch | POST /app-projects/{app_project_id}/batches/{batch_id}/start |
Stop processing the batch | POST /app-projects/{app_project_id}/batches/{batch_id}/stop |
Update batch name | PATCH /app-projects/{app_project_id}/batches/{batch_id} |
Create a new batch with the first set of items | POST /app-projects/{app_project_id}/batches |
Get information about the batch | GET /app-projects/{app_project_id}/batches/{batch_id} |
Get the list of batches in the project | GET /app-projects/{app_project_id}/batches |
Resume processing the batch | POST /app-projects/{app_project_id}/batches/{batch_id}/resume |
Start processing the batch | POST /app-projects/{app_project_id}/batches/{batch_id}/start |
Stop processing the batch | POST /app-projects/{app_project_id}/batches/{batch_id}/stop |
Update batch name | PATCH /app-projects/{app_project_id}/batches/{batch_id} |
item
Add a new item to the batch | POST /app-projects/{app_project_id}/items |
Add multiple items to the batch | POST /app-projects/{app_project_id}/items/bulk |
Get information about the task item | GET /app-projects/{app_project_id}/items/{item_id} |
Get the list of all items in the project | GET /app-projects/{app_project_id}/items |
Add a new item to the batch | POST /app-projects/{app_project_id}/items |
Add multiple items to the batch | POST /app-projects/{app_project_id}/items/bulk |
Get information about the task item | GET /app-projects/{app_project_id}/items/{item_id} |
Get the list of all items in the project | GET /app-projects/{app_project_id}/items |