---
title: "Create a new Folder"
method: POST
path: "/folders.json"
tags: ["Folders"]
---

# Create a new Folder

`POST /folders.json`

Create a Folder to an existing folder.

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `document_category` object
      - `id` integer — The unique identifier for a single DocumentCategory associated with the Folder. Use the keyword `null` to specify no association.
    - `external_properties` object[]
      - `name` string — The ExternalProperty name. Note: **there is a limit of 5 external_properties per Folder**
      - `value` string — The ExternalProperty value.
    - `name` string, required — Name of the Folder
    - `parent` object, required
      - `id` integer, required — The unique identifier of the parent object.
      - `type` 'Folder' | 'Contact' | 'Matter', required — Type of parent object: * "Folder" represents a specified folder on Clio by folder id. It if specified when you add / move an item to a folder. * "Contact" represents a contact folder on Clio identified by contact id. It is specified when you add / move an item to a contact folder. A contact folder will be created for the specified contact if none exists already. * "Matter" represents a matter folder on Clio identified by matter id. It is specified when you add / move an item to a matter folder.
    - `restore` boolean — Whether or not a trashed Folder should be restored.

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/revisions/73791ddd1207/schema)
