Submit Item Annotations — API
Submit label scores and reviewer notes for an annotation queue item. Accepts queue UUID, item UUID, an array of annotation values, and optional notes.
POST
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/{item_id}/annotations/submit/ Authentication
Path parameters
queue_id
The annotation queue ID
item_id
The queue item ID
Request body
annotations
Array of annotation objects.
label_id
The annotation label ID.
value
The annotation value (type depends on the label).
notes
Free-text notes for this item.
Response
200 OK submitted
Number of annotation scores that were created or updated.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.