---
title: "Create a new node"
method: POST
path: "/nodes/"
tags: ["Nodes"]
---

# Create a new node

`POST /nodes/`

Create a new node.

## Response `200`

OK

- object
  - `node` Node
    - `breadcrumbs` unknown[] — A list of breadcrumbs for this node, including the node_id, title, and node_type_id
      - unknown
    - `type_data` object — Data related to the specific node type this represents. Contents will vary significantly.
    - `view_url` string
    - `node_id` integer
    - `title` string
    - `node_name` string
    - `description` string
    - `node_type_id` string
    - `parent_node_id` integer
    - `display_order` integer
    - `display_in_list` boolean

## Other responses

- `default` — Error

---

[API](https://skmtc.net/xenforo-ltd/apis/xenforo-api.md) · [All operations](https://skmtc.net/xenforo-ltd/apis/xenforo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenforo-ltd/xenforo-api/versions/b15eba33657a/schema)
