---
title: "POST /api/v1/folders"
method: POST
path: "/api/v1/folders"
tags: ["folder-controller"]
---

# POST /api/v1/folders

`POST /api/v1/folders`

## Request body

- FolderDto
  - `id` string
  - `name` string
  - `type` string
  - `organizationId` string
  - `parentId` ObjectId
    - `timestamp` integer
    - `date` string, date-time
  - `subFolders` Folder[]
    - `id` string
    - `name` string
    - `type` string
    - `organizationId` string
    - `parentId` ObjectId
      - `timestamp` integer
      - `date` string, date-time

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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