---
title: "Submit feedback"
method: POST
path: "/ava/v1/feedback"
tags: ["Ava"]
---

# Submit feedback

`POST /ava/v1/feedback`

Submit feedback on an Ava answer to help improve response quality.

## Request body

- AvaFeedbackRequest
  - `conversationId` string, required — The conversation ID the feedback relates to.
  - `answerId` string, required — The specific answer ID within the conversation.
  - `feedback` object, required
    - `positive` boolean, required — Whether the feedback is positive or negative.
    - `text` string — Optional text providing additional feedback details.

## Response `200`

OK - Feedback submitted.

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `500` — Internal Server Error - Something went wrong with the DoiT API server.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
