---
title: "Create label links"
method: POST
path: "/api/label_links/"
tags: ["Labels"]
---

# Create label links

`POST /api/label_links/`

Create label links to link new custom labels to your project labeling configuration.

## Request body

- LabelLinkRequest — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
  - `from_name` string, required — Tag name
  - `label` integer, required
  - `project` integer, required

## Response `201`

- LabelLink — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
  - `annotations_count` integer, required
  - `from_name` string, required — Tag name
  - `id` integer, required
  - `label` integer, required
  - `project` integer, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
