Skip Annotation Queue Item — API
Mark an annotation queue item as skipped by the current user. Returns the skipped item ID and the next available pending item for annotation.
POST
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/{item_id}/skip/ Authentication
Path parameters
queue_id
The annotation queue ID
item_id
The queue item ID
Request body
exclude
List of item UUIDs to skip when selecting the next item.
Response
200 OK skipped_item_id
UUID of the item that was skipped.
next_item
The next available item, or null if the queue is exhausted. Contains the full QueueItem object.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.