---
title: "Adds label to a behavior cluster."
method: POST
path: "/clustering/add-label"
tags: ["clustering"]
---

# Adds label to a behavior cluster.

`POST /clustering/add-label`

## Request body

- ClusterLabel
  - `sensorId` string, required
  - `modelVersion` string, required
  - `clusterIndex` string, required
  - `label` string, required

## Response `201`

Successful Operation.

- Success
  - `success` boolean, required

## Other responses

- `400` — Bad Request. This response will be sent if request body doesn't follow schema.
- `404` — Resource Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/nvidia/apis/vss-video-analytics-apis.md) · [All operations](https://skmtc.net/nvidia/apis/vss-video-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/vss-video-analytics-apis/revisions/0ff2b2f41244/schema)
