---
title: "Create a document folder"
method: POST
path: "/document_folders"
tags: ["Document folders"]
---

# Create a document folder

`POST /document_folders`

Create a new document folder within the system. This endpoint allows you to organize and manage your documents by creating a folder to group related documents together.

## Request body

- object
  - `name` string, required
  - `description` string
  - `parent_id` integer

## Response `201`

Created

- object
  - `data` DocumentFolder
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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