---
title: "Add Folder"
method: POST
path: "/folders"
tags: ["folder"]
---

# Add Folder

`POST /folders`

Add a new Folder to the specified parent Folder

## Response `200`

successful operation

- Folder — Class Folder
  - `id` integer — The ID of this Folder
  - `type` string — The type of folder (home or root)
  - `text` string — The name of this Folder
  - `parentId` integer — The folderId of the parent of this Folder
  - `isRoot` integer — Flag indicating whether this is root Folder
  - `children` string — An array of children folderIds
  - `createdDt` string, nullable — Date this Folder was created
  - `modifiedDt` string, nullable — Date this Folder was last modified

---

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