Submit External Feedback
Store an arbitrary evaluation/feedback JSON payload from an external system. The payload is stored as-is without validation. The optional external_id and conversation_id are sender-side identifiers kept as opaque strings for later correlation.
payload field accepts any JSON and is stored exactly as sent, without validation,
so your format can evolve freely without breaking the integration. The optional source,
external_id, and conversation_id fields are kept as opaque strings you can use to
correlate feedback records with your own systems later.
Authorizations
API key obtained from the ClarityQ dashboard.
Path Parameters
Body
An external evaluation/feedback payload, stored as-is.
Arbitrary feedback JSON, stored without validation.
Optional identifier of the sending system, e.g. 'my-eval-pipeline'.
200Sender-side identifier for this feedback item, e.g. a question id.
500Conversation identifier as known to the sender. Stored as an opaque string; it may or may not be a ClarityQ conversation id.
500