Skip to content

Revamped feedback endpoints

There are now two new endpoints for feedback:

  1. POST /response-feedback - Allows you to capture feedback for the overall response returned by either of the Question-Answering APIs.
  2. POST /content-feedback - Allows you to capture feedback for a specific piece of content.

These can be used in chat managers to collect feedback after answers are shown.

Sentiment and Text

For both of these endpoints, you are able to provide either sentiment (positive, negative) or text feedback, or both.

See your deployment's OpenAPI documentation at https://[DOMAIN]/api/docs for more details.

Content cards show feedback

The positive and negative feedback captured for the content can also be seen in the "Read" modal for each content card in the Admin App.

Feedback Admin

Doc references