---
title: "Create annotation queue"
method: POST
path: "/v1/private/annotation-queues"
tags: ["Annotation Queues"]
---

# Create annotation queue

`POST /v1/private/annotation-queues`

Create annotation queue for human annotation workflows

## Request body

- AnnotationQueueWrite — List of annotation queues to create
  - `id` string, uuid
  - `project_id` string, uuid, required
  - `name` string, required
  - `description` string
  - `instructions` string
  - `scope` 'trace' | 'thread', required
  - `comments_enabled` boolean
  - `feedback_definition_names` string[]
  - `annotators_per_item` integer
  - `lock_timeout_seconds` integer

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
