---
title: "Creates a stated skill for a specified candidate"
method: POST
path: "/candidate/{candidate_id}/stated-skills/{skill_id}"
tags: ["Candidate Stated Skills"]
---

# Creates a stated skill for a specified candidate

`POST /candidate/{candidate_id}/stated-skills/{skill_id}`

## Request body

- CandidateStatedSkillPayloadDef
  - `duration` integer, required

## Response `201`

Candidate Stated Skill that was created

- CandidateStatedSkillResponseDef
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `candidate_id` string, required
  - `skill_id` string, required
  - `skill_name` string, required
  - `duration` integer, required
  - `status` string, required

## Other responses

- `400` — Stated skill validation error model
- `401` — Failed to authenticate the user making the request
- `404` — Resource not found
- `409` — Conflict error. Caused by creating duplicate stated skill
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
