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

# Submit feedback

`POST /feedback`

Submits user feedback about the application or generated content

## Request body

- FeedbackRequest
  - `type` 'general' | 'letter' | 'quality', required — Type of feedback being submitted
  - `rating` integer — Rating from 1-5
  - `feedback` string — Feedback text
  - `letterSubject` string — Subject of the letter being reviewed (for letter feedback)
  - `letterBody` string — Body of the letter being reviewed (for letter feedback)
  - `consentToShare` boolean — Whether user consents to sharing their feedback
  - `platform` string — Platform the feedback relates to
  - `sessionId` string — Session identifier for tracking

## Response `200`

Feedback submitted successfully

- object
  - `success` boolean

## Other responses

- `400` — Invalid feedback data
- `500` — Internal server error

---

[API](https://skmtc.dev/chaynhq/apis/chayn-tools-api.md) · [All operations](https://skmtc.dev/chaynhq/apis/chayn-tools-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaynhq/chayn-tools-api/revisions/f835a1636ca2/schema)
