Skip to main content
POST
AI Summary Feedback

Authorizations

Authorization
string
header
required

SiteKey authentication. Pass the full value including the SiteKey prefix: SiteKey <base64(customerId:engineId:searchKey)>. Example: SiteKey dGVzdDoxMjM0NTY3Ojk4NzY1.

Path Parameters

customerId
integer
required

Your Cludo account ID.

engineId
integer
required

Search engine ID.

Body

application/json
summaryId
string
required

The summaryId returned with the AI Summary response.

rating
enum<string>

Thumbs-style sentiment: positive or negative (same semantics as AI Chat feedback).

Available options:
positive,
negative
reason
string

Structured reason for the rating.

comment
string

Free-form user comment.

Response

Feedback recorded successfully. The response has no body.