> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/filesystem-operations/managing-folders.md).

# Create a folder

## Creating/Deleting Folders

## Create a folder

<mark style="color:green;">`POST`</mark> `https://fileio.couchdrop.io/file/mkdir`

Creates a new folder at the specified path

#### Headers

| Name  | Type   | Description      |
| ----- | ------ | ---------------- |
| token | string | API Access Token |

#### Request Body

| Name | Type   | Description           |
| ---- | ------ | --------------------- |
| path | string | Path to new directory |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
