Create Queue
Create a new annotation queue with assignment strategy and configuration.
POST
https://api.futureagi.com/model-hub/annotation-queues/ Authentication
Request body
name
Queue name
description
Queue description
instructions
Instructions for annotators
status
Initial status: draft (default), active, paused
assignment_strategy
manual, round_robin (default), or load_balanced
annotations_required
Number of annotations required per item (default: 1)
reservation_timeout_minutes
Minutes before a reserved item is released (default: 30)
requires_review
Whether completed items require review (default: false)
label_ids
List of annotation label UUIDs to attach
annotator_ids
List of user UUIDs to assign as annotators