---
title: "Validate project label config"
method: POST
path: "/api/projects/{id}/validate/"
tags: ["Projects"]
---

# Validate project label config

`POST /api/projects/{id}/validate/`

Determine whether the label configuration for a specific project is valid.

## Path parameters

- `id` integer, required

## Request body

- ProjectLabelConfigRequest
  - `label_config` string, required — Label config in XML format. See more about it in documentation

## Response `200`

- ProjectLabelConfig
  - `label_config` string, required — Label config in XML format. See more about it in documentation

---

[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/versions/1b113b8df950/schema)
