---
title: "Create a folder"
method: POST
path: "/resources"
tags: ["Resources"]
---

# Create a folder

`POST /resources`

Create a new empty folder at the specified path. New files can be uploaded via the [/resources/upload](#operation/uploadFile) endpoint.

**Notes:**
- Authenticated user should have modify permission.

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Request body

- object
  - `path` string — Fully-qualified path to the new folder including folder's name
  - `name` string — Name of the folder to create. Required if **path** is not used
  - `parentResource` string — Resource identifier where to create a folder. Required if **path** is not used

## Response `201`

Successful Operation

- ResourceResponse — unresolved $ref

---

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