---
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

---

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