---
title: "Creates a new empty validation set."
method: POST
path: "/validation-set"
tags: ["ValidationSet"]
---

# Creates a new empty validation set.

`POST /validation-set`

## Request body

- CreateValidationSetEndpointInput
  - `name` string, required — The name of the validation set.

## Response `200`

OK

- CreateValidationSetEndpointOutput
  - `validationSetId` string, required — The id of the created validation set.

## Other responses

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

---

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