Create Queue

Create a new annotation queue with assignment strategy and configuration.

POST https://api.futureagi.com/model-hub/annotation-queues/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

name string Required

Queue name

description string Optional

Queue description

instructions string Optional

Instructions for annotators

status string Optional

Initial status: draft (default), active, paused

assignment_strategy string Optional

manual, round_robin (default), or load_balanced

annotations_required integer Optional

Number of annotations required per item (default: 1)

reservation_timeout_minutes integer Optional

Minutes before a reserved item is released (default: 30)

requires_review boolean Optional

Whether completed items require review (default: false)

label_ids array Optional

List of annotation label UUIDs to attach

annotator_ids array Optional

List of user UUIDs to assign as annotators

GET /
Authentication
REQUEST
 
RESPONSE