---
title: "Create a new folder within a given folder"
method: POST
path: "/public/api/v1/folders"
tags: ["Folders"]
---

# Create a new folder within a given folder

`POST /public/api/v1/folders`

## Request body

- FolderCreateRequest
  - `requestId` string, required — Should be any unique value, e.g. UUID, current timestamp etc
  - `title` string, required
  - `parentFolderId` string, required

## Response `200`

OK

- FolderResponse
  - `id` string, required
  - `title` string, required
  - `parentFolderId` string

---

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