---
title: "Creates a Folder"
method: POST
path: "/api/2026-07-01/resources/documents/folders"
tags: ["Documents > Folder"]
---

# Creates a Folder

`POST /api/2026-07-01/resources/documents/folders`

Create a folder.

## Request body

- object
  - `company_id` string, required — Company ID
  - `name` string, required — Folder name
  - `space` string, required — The space of the folder is related to the type of documents that will be stored in it. You should always use "employee_my_documents"

## Response `201`

CREATED

- DocumentsFolder
  - `active` boolean, required — Whether the folder is active or not
  - `company_id` string — Company ID of the folder
  - `id` string, required — Folder ID
  - `name` string, required — Folder name
  - `parent_folder_id` string — Id of the parent folder
  - `space` string, required — The space of the folder is related to the place where the folder is displayed.

---

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