---
title: "Classify job posting"
method: POST
path: "/classifications/{release}/postings/classify"
tags: ["Classifications"]
---

# Classify job posting

`POST /classifications/{release}/postings/classify`

Performs the requested classification operation on postings related data, including company name, title, and job description. A range of classifications may be performed on the input based on the requested outputs.

## Path parameters

- `release` string, required

## Request body

- object
  - `context` object, required
    - `company` string
    - `title` string
    - `body` string
  - `findConceptNames` boolean
  - `outputs` unknown[], required
    - unknown

## Response `200`

OK

- union
  - object
    - `data` object[]
      - `confidence` number
      - `concept` object
  - object
    - `data` object, required
      - `skill` string[]
      - `naics` string
      - `title` string
      - `occupation` string
      - `company` string
      - `salary` object
        - `gte` integer
        - `lte` integer
        - `units` string
      - `remoteType` string
      - `yearOfExperience` object
        - `gte` integer
        - `lte` integer
        - `units` string
      - `educationLevel` string[]
    - `warnings` string[], required
  - object
    - `data` object, required
      - `cip` object[], nullable
        - `id` string
      - `company` object, nullable
        - `id` string
      - `educationLevel` object[], nullable
        - `provisionalId` string
      - `lot` object, nullable
        - `id` string
        - `confidence` number
      - `naics` object, nullable
        - `id` string
      - `onet` object, nullable
        - `id` string
      - `remoteType` object, nullable
        - `provisionalId` string
      - `salary` object, nullable
        - `gte` integer
        - `lte` integer
        - `units` string
      - `skill` object[], nullable
        - `id` string
        - `confidence` number
      - `soc` object, nullable
        - `id` string
      - `title` object, nullable
        - `id` string
        - `confidence` number
      - `yearsOfExperience` object, nullable
        - `gte` integer
        - `lte` integer
        - `units` string
    - `warnings` string[], required

## Other responses

- `400` — bad request
- `404` — requested resource not found

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
