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

# Submit Feedback

`POST /feedback/submit`

Store the feedback, then post a copy to Slack if a webhook is configured.

The sender is thanked as soon as the row is written. Slack failing, or no
webhook at all, is logged and never shown to them.

## Headers

- `authorization` string, nullable

## Request body

- FeedbackRequest
  - `category` string, required
  - `text` string, required
  - `page` string, nullable

## Response `200`

Successful Response

- FeedbackResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

## Changes

> 24 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 1 info
  - added the new optional request property `page`

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/feedback/submit/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/ecd3f19d9e8b?raw)
