---
title: "Create a skill"
method: POST
path: "/skills"
tags: ["Skills"]
---

# Create a skill

`POST /skills`

Creates a new skill. Provide a name and color. The skill can then be linked to candidates.

## Request body

- CreateSkillDto
  - `name` string, required
  - `colorHex` string, required

## Response `201`

Skill created successfully. Returns the skill ID.

- CreateRecordResponseDto
  - `id` string, required

## Other responses

- `400` — Bad request - missing or invalid required fields
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

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