---
title: "Create App Label"
method: POST
path: "/v1/apps/{app_id}/labels"
tags: ["apps"]
---

# Create App Label

`POST /v1/apps/{app_id}/labels`

## Path parameters

- `app_id` string, uuid, required

## Request body

- AppLabelCreateRequest
  - `name` string, required
  - `description` string, nullable
  - `color` string, nullable

## Response `200`

Successful Response

- AppLabel
  - `name` string, required
  - `description` string, nullable
  - `color` string, nullable
  - `id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/versions/a5e0b539abc5/schema)
