Skip to main content
POST
/
chat
/
setResponseFeedback
Set response feedback
curl --request POST \
  --url http://api.superwize.ai/api/chat/setResponseFeedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversationId": "conv_01JHKYW2V8XQ123456789",
  "responseId": "resp_01JHKYW6J6AB123456789",
  "rating": "thumbs_up",
  "reason": "Helpful and accurate answer."
}
'
{
  "success": true
}

Body

application/json
responseId
string
required
rating
enum<string> | null
required
Available options:
thumbs_up,
thumbs_down
conversationId
string
reason
string

Response

Feedback mutation processed.

success
boolean
required