/v1/ai/feedback/{traceId}

Submit user feedback (positive or negative) for a previously generated AI answer, identified by its trace ID.

Path Params
string
required

traceId of the conversation to provide feedback for

Body Params
number
required

Feedback score (0-10)

string

Qualitative feedback to explain the score or give additional information to improve future responses

Responses
201

Feedback was successfully registered.

403

Forbidden

404

No matching conversation was found.

500

Conversation is missing a traceId.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!