---
title: "POST /users/me/clips/folders"
method: POST
path: "/users/me/clips/folders"
tags: ["clip"]
---

# POST /users/me/clips/folders

`POST /users/me/clips/folders`

クリップフォルダを作成します。

## Request body

- ClipsFolderNameObject
  - `name` string, required — フォルダ名(30文字以内)

## Response `201`

正常に作成できました。作成したフォルダ情報を返します。

- ClipsFolder
  - `id` string, uuid — フォルダUUID
  - `name` string — フォルダ名
  - `createdAt` string, date-time — フォルダ作成日時

## Other responses

- `400` — 作成できませんでした。リクエスト内容が不正です。
- `409` — 作成できませんでした。既に存在します。

## Changes

- **2019-09-09** `f291e1b35a23` — 1 breaking
  - request body became required
- **2019-07-26** `9d0507aace8d` — 1 info
  - api operation id `createClipFolders` removed and replaced with `createClipFolder`
- **2019-07-24** `66a69a1387ed` — 1 info
  - api operation id `createClipFolders` was added
- **2019-07-05** `6956f2622a20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/users/me/clips/folders/post.md)

---

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