Skip to main content
POST
Core - Create an annotation queue

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
display_name
string
required

The display name of the annotation queue

description
string
required

The description of the annotation queue

project_id
string
required

The project ID to link this annotation queue to

Response

200 - application/json

Annotation queue created

_id
string
required

The unique identifier of the annotation queue

display_name
string
required

The display name of the annotation queue

description
string
required

The description of the annotation queue

workspace_id
string
required

The unique identifier of the workspace it belongs to

human_review_ids
string[]
required

Legacy: manually selected human review IDs. Used only when project_id is not set

metadata
object
required
project_id
string

The project ID. When set, human reviews are resolved from the project automatically

created_by_id
string<uuid> | null

The id of the user who created the resource

updated_by_id
string<uuid> | null

The id of the user who last updated the resource

created
default:2026-08-05T15:12:51.334Z

The date and time the resource was created

updated
default:2026-08-05T15:12:51.335Z

The date and time the resource was last updated