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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

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