Create labelling jobs
Assign items to annotators, creating one labelling job per annotator
Authorizations
API key for authentication
Path Parameters
Annotation task to act on
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Body
Annotator IDs to assign, creating one labelling job for each annotator. Must be in your workspace
Item IDs to assign. Required when select_all=false. Ignored when select_all=true
When true, assign every item in the task and ignore item_ids. Set q to assign only items whose name matches it
Case-insensitive substring filter on payload.name. Applies only when select_all=true
Subset of the task's linked evaluators to show in these jobs. Must be a subset of the current links, an empty list gives a 400. Applies to every annotator's job. Omit (None) to snapshot every linked evaluator
When true, the labelling form lets the annotator leave a comment on each item
How the labelling form treats the reasoning box on each judgement. optional shows it, required shows it and asks the annotator to fill it in, hidden leaves it out
optional, required, hidden