Skip to main content
POST
Record feedback on an assistant message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chat_id
string<uuid>
required
message_id
string<uuid>
required

Body

application/json
rating
enum<string> | null
required
Available options:
positive,
negative
message
string | null
Maximum string length: 4000

Response

Successful Response

ok
boolean
default:true
required