cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/sendFeedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "jobId": "<string>", "key": "<string>", "comment": "<string>", "value": "<string>", "score": 123, "row_id": "<string>" }'
JWT token obtained from the authentication endpoint
The ID of the job
The feedback key identifier
Optional comment
The feedback value
Optional numeric score
Optional row identifier
Feedback sent successfully