---
title: "Create a new folder"
method: POST
path: "/user/folders"
tags: ["folders"]
---

# Create a new folder

`POST /user/folders`

## Request body

- object
  - `color` string
  - `name` string

## Response `201`

The ID of the created folder

- RoutesCreateFolderResponse
  - `id` string

## Other responses

- `400` — Invalid user ID or request body
- `500` — Failed to create folder

---

[API](https://skmtc.net/schej-it/apis/schej-it-api.md) · [All operations](https://skmtc.net/schej-it/apis/schej-it-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schej-it/schej-it-api/revisions/c4d497429354/schema)
