---
title: "Save message feedback"
method: POST
path: "/chat/message/feedback"
tags: ["API: Message Metadata"]
---

# Save message feedback

`POST /chat/message/feedback`

This endpoint allow you to record any feedback for a message for analytics purposes.

## Request body

- CreateMessageFeedback
  - `messageId` string, uuid, required — ID of the answer message id.
  - `feedback` string, required — Feedback received from the user for the given answer.
  - `senderId` string

## Response `200`

A response containing indication if the feedback was successfully recorded.

- object
  - `success` boolean

## Other responses

- `422` — Some or all of the received payload is unprocessable.
- `500` — Internal server error

---

[API](https://skmtc.dev/sentiyen/apis/sentiyen-api-v3.md) · [All operations](https://skmtc.dev/sentiyen/apis/sentiyen-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sentiyen/sentiyen-api-v3/revisions/8ce4e621146e/schema)
