Skip to main content
POST
/
chat
/
batchGetResponseWithFeedback
Batch get response feedback
curl --request POST \
  --url http://api.superwize.ai/api/chat/batchGetResponseWithFeedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "responseIds": [
    "resp_01JHKYW6J6AB123456789"
  ]
}
'
[
  {
    "id": "obj_01JHKZ0PV2WX123456789",
    "rating": "thumbs_up"
  }
]

Body

application/json
responseIds
string[]
required
Required array length: 1 - 200 elements

Response

Batch feedback returned.

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