Authorizations
Body
application/json
Response
200
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>"
}'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>"
}'