---
title: "コレクションの作成"
method: POST
path: "/v1/collections"
tags: ["collection"]
---

# コレクションの作成

`POST /v1/collections`

新規コレクションを作成します。

## Request body

- CreateCollection
  - `title` string, required — コレクションのタイトル
  - `is_private` boolean, required — 非公開コレクションとして設定

## Response `200`

成功

- Collection — コレクション
  - `id` integer, required — コレクションID
  - `title` string, required — コレクションのタイトル
  - `is_private` boolean, required — 非公開コレクションとして設定

## Other responses

- `422` — バリデーションエラー

## Changes

- **2023-12-15** `d78abb642299` — 1 info
  - endpoint added
- **2020-07-21** `be57ea2beb88` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shikorism/apis/tissue-api/changes/v1/collections/post.md)

---

[API](https://skmtc.dev/shikorism/apis/tissue-api.md) · [All operations](https://skmtc.dev/shikorism/apis/tissue-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shikorism/tissue-api/revisions/ba4127ea2b1b/schema)
