English
API Reference v2
cURL
curl --request POST \ --url https://paradigm.lighton.ai/api/v2/rate/{feedback_type_id}/{completion_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "value": 123, "flag": true, "comment": "<string>", "tag": "<string>" } '
Log a feedback of a given type and linked to an existing completion.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Field used in case of boolean type
120
No response body