Update Queue

Update an existing annotation queue's configuration.

PUT https://api.futureagi.com/model-hub/annotation-queues/{id}/

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.

Path parameters

id UUID Required

The annotation queue ID

Request body

name string Optional

Queue name

description string Optional

Queue description

instructions string Optional

Instructions for annotators

assignment_strategy string Optional

manual, round_robin, or load_balanced

annotations_required integer Optional

Annotations required per item

reservation_timeout_minutes integer Optional

Reservation timeout in minutes

requires_review boolean Optional

Whether review is required

label_ids array Optional

Label UUIDs to attach

annotator_ids array Optional

Annotator user UUIDs

GET /
Authentication
REQUEST
 
RESPONSE