Skip to main content
POST
/
sendFeedback
Send feedback
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>"
}'

Authorizations

Authorization
string
header
required

Body

application/json
jobId
string
required
key
string
required
comment
string
value
string
score
number
row_id
string

Response

200