---
title: "Create Folder"
method: POST
path: "/api/v1/quick-spaces/folders"
tags: ["quickSpaces", "quickSpaces"]
---

# Create Folder

`POST /api/v1/quick-spaces/folders`

## Request body

- SpaceFolderCreateRequestDTO
  - `name` string, required
  - `parent_id` string, nullable
  - `space_id` string, nullable

## Response `201`

Successful Response

- SpaceFolderResponseDTO
  - `id` string, required
  - `name` string, required
  - `space_id` string, nullable
  - `space_title` string, nullable
  - `parent_id` string, nullable
  - `created_at` string, date-time, required
  - `folder_count` integer
  - `asset_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
