---
title: "Create Clarity Process Label"
method: POST
path: "/v2/organizations/{orgId}/clarity/process-labels"
tags: ["Clarity"]
---

# Create Clarity Process Label

`POST /v2/organizations/{orgId}/clarity/process-labels`

Create process tags for an organization.

## Path parameters

- `orgId` string, uuid, required

## Request body

- object
  - `value` string, required
  - `colorHue` integer

## Response `201`

Default Response

- object
  - `label` object, required
    - `id` string, uuid, required
    - `value` string, required
    - `colorHue` integer, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
