---
title: "Create job description for job"
method: POST
path: "/job-descriptions"
tags: ["Job Descriptions"]
---

# Create job description for job

`POST /job-descriptions`

Create the job description associated with a specific job.

## Request body

- CreateJobDescriptionDto
  - `vacancyId` string, required

## Response `201`

Job description created successfully

- CreateRecordResponseDto
  - `id` string, required

## Other responses

- `400` — Job description already exists for the given job
- `401` — Unauthorized - invalid or missing authentication
- `404` — Job not found
- `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/revisions/ad1f8c51cf0a/schema)
