---
title: "Classify Feedback"
method: POST
path: "/api/v1/classify-feedback"
tags: ["Classify"]
---

# Classify Feedback

`POST /api/v1/classify-feedback`

Classify user feedback as rejection or positive/new-work.

Called by the MCP plugin's mark-user-turn hook (a shell script that
curls without auth credentials). Rate-limited per-IP instead of
per-user because the hook has no access to the MCP server's API key.

## Request body

- ClassifyRequest
  - `message` string, required

## Response `200`

Successful Response

- ClassifyResponse
  - `is_rejection` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
