Skip to main content
POST
/
chat
/
getResponseFeedback
Get response feedback
curl --request POST \
  --url http://api.superwize.ai/api/chat/getResponseFeedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "responseId": "resp_01JHKYW6J6AB123456789"
}
'
{
  "rating": "thumbs_up"
}

Body

application/json
responseId
string
required

Response

object | null

Response feedback returned.

rating
enum<string> | null
required
Available options:
thumbs_up,
thumbs_down