Create a new task
Create a new task
Authentication
AuthorizationToken
Header authentication of the form Token <token>
Request
This endpoint expects an object.
data
cancelled_annotations
Number of total cancelled annotations for the current task
comment_count
Number of comments in the task including all annotations
file_upload
Uploaded file used as data source for this task
inner_id
Internal task ID in the project, starts with 1
is_labeled
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_at
When the last comment was updated
meta
overlap
Number of distinct annotators that processed the current task
project
Project ID for this task
total_annotations
Number of total annotations for the current task except cancelled annotations
total_predictions
Number of total predictions for the current task
unresolved_comment_count
Number of unresolved comments in the task including all annotations
updated_by
Last annotator or reviewer who updated this task
Response
agreement
agreement_selected
annotations
annotations_ids
annotations_results
annotators
Annotators IDs who annotated this task
annotators_count
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.
comments
created_at
Time a task was created
data
drafts
Drafts for this task
file_upload
id
predictions
Predictions for this task
predictions_model_versions
predictions_results
review_time
Calculate total review time for this task from MetricInTimeBucket records.
Returns time in seconds.
reviewers
reviewers_count
state
storage_filename
updated_at
Last time a task was updated
updated_by
User IDs who updated this task
avg_lead_time
cancelled_annotations
comment_count
Number of comments in the task including all annotations
completed_at
draft_exists
ground_truth
inner_id
is_labeled
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_at
When the last comment was updated
meta
overlap
Number of distinct annotators that processed the current task
precomputed_agreement
Average agreement score for the task
predictions_score
project
Project ID for this task
reviewed
reviews_accepted
reviews_rejected
total_annotations
total_predictions
unresolved_comment_count
Number of unresolved comments in the task including all annotations