Release Annotation Queue Item — API
Release a reserved annotation queue item so it becomes available for reassignment to another annotator. Returns a boolean release confirmation.
POST
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/{item_id}/release/ Authentication
Path parameters
queue_id
The annotation queue ID
item_id
The queue item ID
Response
200 OK released
Always
true when the reservation was successfully cleared. Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.