---
title: "Submit Source Feedback"
method: POST
path: "/feedback/source"
tags: ["Usage"]
---

# Submit Source Feedback

`POST /feedback/source`

Per-source helpful/irrelevant/partially_relevant feedback.

## Request body

- SourceFeedbackRequest
  - `session_id` string, nullable
  - `message_id` string, nullable
  - `chunk_id` string, required
  - `content_hash` string, nullable
  - `signal` 'helpful' | 'irrelevant' | 'partially_relevant', required
  - `retrieval_log_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/versions/d216ffc3efb6/schema)
