Submit feedback for response
Submit user feedback for a specific agent response to track satisfaction and model performance. Each response can only receive feedback once.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Body
Request parameters for creating feedback. Allows users to rate and comment on model outputs.
Request ID to associate this feedback with. Use chat completion request ID or response ID.
Optional feedback rating. Can be 'thumbs_up' for positive feedback or 'thumbs_down' for negative feedback.
thumbs_up, thumbs_down Optional detailed feedback description. Use this to provide specific comments, suggestions, or explain the rating (max 2000 characters).
2000Response
OK
Response containing the created feedback entry with generated ID and timestamps.
The request ID that this feedback is associated with
The feedback rating indicating user satisfaction
thumbs_up, thumbs_down Optional detailed feedback description providing additional context or explanation (max 2000 characters)
2000Timestamp when the feedback was created
Timestamp when the feedback was last updated