Assign Queue Items to Annotator — API
Assign one or more annotation queue items to specific annotators. Accepts queue UUID, a list of item UUIDs, and a list of user UUIDs to assign.
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/assign/ Authentication
Path parameters
The annotation queue ID
Request body
List of queue item UUIDs to assign
List of user UUIDs to assign items to. Supports multi-annotator assignment.
Single user UUID (legacy). If provided without user_ids, treated as user_ids=[user_id] with action=set.
Assignment action: add (add users to existing assignments), set (replace all assignments), or remove (remove listed users). Defaults to add.
Response
200 OKErrors
Invalid request parameters.
Invalid or missing API credentials.
Resource not found.
Unexpected server error.