---
title: "Create folder"
method: POST
path: "/storage/folders"
tags: ["storage"]
---

# Create folder

`POST /storage/folders`

Creates an empty folder (zero-byte placeholder object) in the given directory of the business node's storage space. Refused with 409 inside folders synced from an external data source.

## Request body

- ModelsStorageCreateFolderRequest
  - `business_node_id` string
  - `name` string
  - `path` string

## Response `201`

Created

- ModelsStorageCreateFolderResponse
  - `key` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `500` — Internal Server Error

---

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