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

# Submit Feedback

`POST /feedback`

## Request body

- FeedbackModel
  - `feedback` string, required
  - `image_urls` string[], nullable
  - `context` object, nullable
  - `screenshot_base64` string, nullable
  - `nature` string, nullable
  - `themes` string[], nullable
  - `origin` string, nullable
  - `chat_answer_report` ChatAnswerReportIn
    - `question` string, nullable
    - `answer` string
    - `document_ids` string[]
    - `chat_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-24** `957b18a69df8` — 2 info
  - added the new optional request property `chat_answer_report`
  - added the new optional request property `origin`
- **2026-09-16** `9f813eb42d6f` — 2 info
  - added the new optional request property `nature`
  - added the new optional request property `themes`
- **2026-09-05** `437cd8414e9e` — 2 info
  - added the new optional request property `context`
  - added the new optional request property `screenshot_base64`

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/feedback/post.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/d367d251945b?raw)
