Update Queue Status

Transition an annotation queue to a new status.

POST https://api.futureagi.com/model-hub/annotation-queues/{id}/update-status/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

id UUID Required

The annotation queue ID

Request body

status string Required

Target status: draft, active, paused, or completed

Note

Only valid status transitions are permitted. For example: draft to active, active to paused, paused to active, active to completed. Invalid transitions return a 400 error.

GET /
Authentication
REQUEST
 
RESPONSE