POST
/v1/private/annotation-queues/batchCreate annotation queue batchCreate multiple annotation queues for human annotation workflows
Request body
application/json
objectAnnotationQueueBatch_Write
Batch of annotation queues to create
annotation_queuesarray of objectrequiredList of annotation queues to create
Show child attributes
Show array items
List of annotation queues to create
annotators_per_iteminteger · int32automationobjectShow child attributes
conditionsobjectShow child attributes
groupsarray of objectrequiredShow child attributes
Show array items
conditionsarray of objectrequiredShow child attributes
Show array items
operatorstringrequiredscore_namestringrequiredvaluenumber · doublerequiredenabledbooleanmax_items_in_queueinteger · int32comments_enabledbooleandescriptionstringfeedback_definition_namesarray of stringShow child attributes
idstring · uuidinstructionsstringlock_timeout_secondsinteger · int32namestringrequiredproject_idstring · uuidrequiredscopestringrequired{
"annotation_queues": [
{
"annotators_per_item": 0,
"automation": {
"conditions": {
"groups": [
{
"conditions": [
{
"operator": "<",
"score_name": "string",
"value": 0
}
]
}
]
},
"enabled": true,
"max_items_in_queue": 0
},
"comments_enabled": true,
"description": "string",
"feedback_definition_names": [
"string"
],
"id": "00000000-0000-0000-0000-000000000000",
"instructions": "string",
"lock_timeout_seconds": 0,
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"scope": "thread"
}
]
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}