Add Label to Annotation Queue — API
Attach an existing annotation label to a queue by queue UUID and label UUID. Returns the updated queue-label association with ordering and required flag.
POST
https://api.futureagi.com/model-hub/annotation-queues/{id}/add-label/ Authentication
Path parameters
id
The annotation queue ID
Request body
label_id
The annotation label ID to add
required
Whether this label is required for annotators (default: true).
Response
200 OK label
The label as added to the queue. Contains
id, name, type, settings, description, allow_notes, required, order. created
Whether the label was newly added (
true) or was already in the queue (false). Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.