---
title: "Classify to occupation"
method: POST
path: "/classifications/{release}/lot/classify"
tags: ["Classifications"]
---

# Classify to occupation

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

Classifies title and description to specialized occupation. Note that this endpoint has a base tier monthly quota of 50 requests. Responses from this endpoint will include two headers, `RateLimit-Remaining` and `RateLimit-Reset`, which indicate how many requests you have remaining in your current quota period and when that quota will reset, respectively.

## Path parameters

- `release` string, required

## Request body

- object
  - `title` string, required
  - `limit` integer
  - `fields` unknown[]
    - unknown
  - `description` string
  - `confidenceThreshold` number
  - `inputLocale` string

## Response `200`

OK

- object
  - `data` object[], required
    - `confidence` number
    - `concept` object
  - `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)
