---
title: "Create Folder"
method: POST
path: "/api/v1/folders"
tags: ["Folders"]
---

# Create Folder

`POST /api/v1/folders`

Create a new folder in the given workspace.

## Request body

- BodyC04ca410
  - `name` string, required — Name of the new folder.
  - `workspace_id` integer, required — ID of the workspace to create the folder in.
  - `default_order` integer, nullable — Default position of the folder in the workspace.
  - `child_order` integer, nullable — User-specific position of the folder.

## Response `200`

Successful Response

- FolderSyncView
  - `id` string, required — String ID of the folder.
  - `name` string, required — Folder name.
  - `workspace_id` string, required — String ID of the workspace that contains the folder.
  - `default_order` integer, required — Default position of the folder in the workspace.
  - `child_order` integer, required — User-specific position of the folder.
  - `is_deleted` boolean, required — Whether the folder is deleted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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