---
title: "Post a job candidate"
method: POST
path: "/v1/hire/jobs/{jobId}/candidate"
tags: ["Jobs"]
---

# Post a job candidate

`POST /v1/hire/jobs/{jobId}/candidate`

Post a candidate to a specified job

## Path parameters

- `jobId` string, required

## Request body

- object

## Response `200`

Success

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

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