---
title: "Create Folder"
method: POST
path: "/notebooks"
tags: ["runtime_mutations", "notebook"]
---

# Create Folder

`POST /notebooks`

Create a folder under the given relative 'path' within BASE_PATH.

## Request body

- FolderCreateRequest
  - `path` string, required
  - `name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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