Error
A valid request URL is required to generate request examples{
"id": 123,
"created_at": "<string>",
"document_check": "<string>",
"kind": "verdict",
"rating": "agree",
"flag_code": "<string>",
"corrected_decision": "clear",
"reason": "<string>",
"object": "check_feedback"
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}Document Checks
Send feedback on a check
Tell us the engine got this check right or wrong. Supply flag_code to name a specific detector, omit it to talk about the overall verdict.
POST
/
api
/
v1
/
document-checks
/
{id}
/
feedback
/
Error
A valid request URL is required to generate request examples{
"id": 123,
"created_at": "<string>",
"document_check": "<string>",
"kind": "verdict",
"rating": "agree",
"flag_code": "<string>",
"corrected_decision": "clear",
"reason": "<string>",
"object": "check_feedback"
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}{
"error": {
"type": "invalid_request_error",
"code": "<string>",
"message": "<string>"
}
}Authorizations
Paste your workspace API key from Settings. Sent as Authorization: Bearer .
Path Parameters
The document check id, e.g. dc_9f2c4b1e8a7d4c3fb2e1d0a9c8b7a6f5.
Body
application/jsonapplication/x-www-form-urlencodedmultipart/form-data
flag_code present → flag feedback; omitted → verdict. kind is derived.
agree- agreedisagree- disagree
Available options:
agree, disagree clear- clearpending- pendingsuspicious- suspiciousfraudulent- fraudulent
Available options:
clear, pending, suspicious, fraudulent Maximum string length:
5000Response
The recorded feedback.
Derived from whether flag_code was sent.
verdict- verdictflag- flag
Available options:
verdict, flag agree- agreedisagree- disagree
Available options:
agree, disagree clear- clearpending- pendingsuspicious- suspiciousfraudulent- fraudulent
Available options:
clear, pending, suspicious, fraudulent