---
title: "Add a new project label"
method: POST
path: "/api/v1/projects/{projectId}/labels"
tags: ["Project Labels"]
---

# Add a new project label

`POST /api/v1/projects/{projectId}/labels`

## Path parameters

- `projectId` string, required

## Request body

- AddLabelRequest
  - `value` string, required
  - `color` string, required

## Response `201`

Created

- ProjectLabelResponse
  - `data` ProjectLabelDTO, required
    - `id` string, required
    - `value` string, required
    - `color` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Plan limit reached
- `404` — Project not found

## Changes

- **2019-12-12** (v1) `54c01619c9d1` — 1 info
  - endpoint added
- **2019-08-04** (v1) `7b3aa158dba5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ever-co/apis/ever-traduora-api/changes/api/v1/projects/:projectId/labels/post.md)

---

[API](https://skmtc.dev/ever-co/apis/ever-traduora-api.md) · [All operations](https://skmtc.dev/ever-co/apis/ever-traduora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ever-co/ever-traduora-api/revisions/50176ec21566/schema)
