---
title: "Create folder in project section"
method: POST
path: "/v1/projects/{projectId}/{section}/folders"
tags: ["Project Sections"]
---

# Create folder in project section

`POST /v1/projects/{projectId}/{section}/folders`

## Path parameters

- `projectId` string, required
- `section` 'plans' | 'images' | 'inspiration' | 'documents', required

## Request body

- CreateCollectionFolderDto
  - `name` string, required — Name of the folder

## Response `201`

Folder created successfully

- FolderApiResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `id` string, uuid, required — Unique identifier of the folder
    - `collectionId` string, uuid, required — ID of the collection this folder belongs to
    - `name` string, required — Name of the folder
    - `deletedAt` unknown
    - `createdAt` unknown, required
    - `updatedAt` unknown, required
    - `assetsCount` integer, required — Number of assets in this folder
  - `timestamp` string, date-time, required — Timestamp of the response

---

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