---
title: "Create a classifier"
method: POST
path: "/jobs/{jobId}/classifiers"
tags: ["Jobs"]
---

# Create a classifier

`POST /jobs/{jobId}/classifiers`

Create a classifier will evaluate the candidates

## Path parameters

- `jobId` integer, required

## Request body

- ClassifierPostRequest — Classifier data for creation
  - `userId` integer, required — Company user Id
  - `type` 'approver' | 'qualifier', required — Classifier type

## Response `201`

A confirmation of successful insertion of the classifier

- Classifier — Classifier data
  - `id` integer — Id of the classifier
  - `type` 'approver' | 'qualifier' — Classifier type
  - `user` object — Company user information
    - `id` integer — Company user Id
    - `name` string — Company user name

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden

---

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