---
title: "Add Labels"
method: POST
path: "/projects/{project_id}/labels"
tags: ["Projects"]
---

# Add Labels

`POST /projects/{project_id}/labels`

## Path parameters

- `project_id` string, id, required

## Request body

- object
  - `project` object
    - `labels` string[]

## Response `201`

The created project label(s)

- Tag
  - `id` string, required — A unique ID for the Tag.
  - `company_id` string — A unique ID for the Company the Tag belongs to
  - `display_value` string — The display value of the Tag. Used to display to the user
  - `value` string — The lowercase version of the display_value. This is useful for searching and sorting
  - `created_at` integer — Timestamp when the Tag was created on the server
  - `updated_at` integer — Timestamp when the Tag was last updated

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Unexpected error

---

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