---
title: "Create Custom Classification"
method: POST
path: "/v1/organizations/organization/custom-classifications"
tags: ["Organisations"]
---

# Create Custom Classification

`POST /v1/organizations/organization/custom-classifications`

## Request body

- CreateCustomClassificationRequest
  - `label` string, required
  - `color` string, required
  - `text_color` string, required

## Response `200`

Successful Response

- CustomClassificationsResponse
  - `CustomClassifications` CustomClassificationItem[], required
    - `id` string, required
    - `label` string, required
    - `color` string, required
    - `text_color` string, required
    - `description` string, nullable
    - `ai_enabled` boolean
    - `agent_policy` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
