---
title: "Create Node"
method: POST
path: "/v1/nodes"
tags: ["nodes v1"]
---

# Create Node

`POST /v1/nodes`

Create a node.

## Request body

- PostV1NodesRequest
  - `type` number, required — The type of node to be created
  - `name` string, required — The name of the node to be created
  - `parentid` string, required — The nodeid of the container (folder or root node) which the file will be uploaded in to

---

[API](https://skmtc.dev/causeway/apis/untitled-api.md) · [All operations](https://skmtc.dev/causeway/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/causeway/untitled-api/revisions/b75c118139f8/schema)
