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

# Add Folder

`POST /folders/add-folder`

## Request body

- AddFolderRequest
  - `folder_path` string, required
  - `parent_folder_id` string, nullable
  - `taggingCompleted` boolean, nullable

## Response `200`

Successful Response

- AddFolderResponse
  - `success` boolean, required
  - `message` string, nullable
  - `error` string, nullable
  - `data` AddFolderData
    - `folder_id` string, required
    - `folder_path` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `409` — Conflict
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2025-08-26** `2e78324b9970` — 18 breaking, 1 warning, 2 info
  - the response property `error` became optional for the status `400`
  - the response property `error` became optional for the status `401`
  - the response property `error` became optional for the status `409`
  - the response property `error` became optional for the status `500`
  - …17 more
- **2025-08-05** `0f7598fc167b` — 1 info
  - endpoint added
- **2025-08-05** `14c08755eaeb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/folders/add-folder/post.md)

---

[API](https://skmtc.dev/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.dev/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
