---
title: "POST /v2/{org_id}/spaces/{space_id}/labels/"
method: POST
path: "/v2/{org_id}/spaces/{space_id}/labels/"
tags: ["Spaces - By Org"]
---

# POST /v2/{org_id}/spaces/{space_id}/labels/

`POST /v2/{org_id}/spaces/{space_id}/labels/`

Add a label to a space

## Request body

- SpaceLabelList
  - `name` string, required
  - `id` integer
  - `group` string

## Response `201`

Created

- OptionalSpaceLabelListSerializer
  - `name` string, required
  - `id` integer
  - `group` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/density/apis/your-project-api.md) · [All operations](https://skmtc.dev/density/apis/your-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/density/your-project-api/revisions/eab10fe035e6/schema)
