---
title: "Create Document Set"
method: POST
path: "/manage/admin/document-set"
---

# Create Document Set

`POST /manage/admin/document-set`

## Request body

- DocumentSetCreationRequest
  - `name` string, required
  - `description` string, required
  - `cc_pair_ids` integer[], required

## Response `200`

Successful Response

- integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/engineertheory/apis/recap-backend.md) · [All operations](https://skmtc.net/engineertheory/apis/recap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/engineertheory/recap-backend/versions/ea9db8f9a24d/schema)
