Create a new task

Create a new task

Authentication

AuthorizationToken

Header authentication of the form Token <token>

Request

This endpoint expects an object.
dataanyRequired
cancelled_annotationsintegerOptional-2147483648-2147483647
Number of total cancelled annotations for the current task
comment_authorslist of integersOptional
Users who wrote comments
comment_countintegerOptional-2147483648-2147483647
Number of comments in the task including all annotations
file_uploadintegerOptional
Uploaded file used as data source for this task
inner_idlongOptional
Internal task ID in the project, starts with 1
is_labeledbooleanOptional

True if the number of annotations for this task is greater than or equal to the number of maximum_completions for the project

last_comment_updated_atdatetimeOptional
When the last comment was updated
metaanyOptional
overlapintegerOptional-2147483648-2147483647
Number of distinct annotators that processed the current task
projectintegerOptional
Project ID for this task
total_annotationsintegerOptional-2147483648-2147483647
Number of total annotations for the current task except cancelled annotations
total_predictionsintegerOptional-2147483648-2147483647
Number of total predictions for the current task
unresolved_comment_countintegerOptional-2147483648-2147483647
Number of unresolved comments in the task including all annotations
updated_byintegerOptional
Last annotator or reviewer who updated this task

Response

agreementstring
agreement_selectedstring
annotationsstring
annotations_idsstring
annotations_resultsstring
annotatorslist of integers
Annotators IDs who annotated this task
annotators_countinteger

The annotators_count is calculated as the number of users with annotations (can be repeated, so same as the number of annotations) + the number of assignees without annotations.

comment_authorslist of maps from strings to any
comment_authors_countinteger
commentsstring
created_atdatetime
Time a task was created
dataany
draftslist of objects
Drafts for this task
file_uploadstring
idinteger
predictionslist of objects
Predictions for this task
predictions_model_versionsstring
predictions_resultsstring
review_timeinteger
Calculate total review time for this task from MetricInTimeBucket records. Returns time in seconds.
reviewerslist of maps from strings to any
reviewers_countinteger
statestring
storage_filenamestring
updated_atdatetime
Last time a task was updated
updated_bylist of maps from strings to any
User IDs who updated this task
avg_lead_timedouble or null
cancelled_annotationsinteger or null
comment_countinteger or null-2147483648-2147483647
Number of comments in the task including all annotations
completed_atdatetime or null
draft_existsboolean or null
ground_truthboolean or null
inner_idinteger or null
is_labeledboolean or null

True if the number of annotations for this task is greater than or equal to the number of maximum_completions for the project

last_comment_updated_atdatetime or null
When the last comment was updated
metaany or null
overlapinteger or null-2147483648-2147483647
Number of distinct annotators that processed the current task
precomputed_agreementdouble or null
Average agreement score for the task
predictions_scoredouble or null
projectinteger or null
Project ID for this task
reviewedboolean or null
reviews_acceptedinteger or null
reviews_rejectedinteger or null
total_annotationsinteger or null
total_predictionsinteger or null
unresolved_comment_countinteger or null-2147483648-2147483647
Number of unresolved comments in the task including all annotations