---
title: "Classify"
method: POST
path: "/classify"
---

# Classify

`POST /classify`

## Request body

- ClassificationRequest
  - `input` union, required
    - string
    - string[]
  - `labels` string[], required

## Response `200`

Successful Response

- ClassificationResponse[]
  - `input` string, required
  - `labels` object[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/squack-io/apis/fastapi.md) · [All operations](https://skmtc.dev/squack-io/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/squack-io/fastapi/revisions/02b69b159d71/schema)
