---
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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 1 not diffed.

- **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/c81ed506912f?raw)
