---
title: "Enable Ai Tagging"
method: POST
path: "/folders/enable-ai-tagging"
tags: ["Folders"]
---

# Enable Ai Tagging

`POST /folders/enable-ai-tagging`

Enable AI tagging for multiple folders.

## Request body

- UpdateAITaggingRequest
  - `folder_ids` string[], required

## Response `200`

Successful Response

- UpdateAITaggingResponse
  - `success` boolean, required
  - `message` string, nullable
  - `error` string, nullable
  - `data` UpdateAITaggingData
    - `updated_count` integer, required
    - `folder_ids` string[], required

## Other responses

- `400` — Bad Request
- `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)
