Skip to main content
GET
/
v2
/
submission
/
{submission_id}
/
feedback
Get analysis feedback
curl --request GET \
  --url https://api.documents.resistant.ai/v2/submission/{submission_id}/feedback \
  --header 'Authorization: Bearer <token>'
{
  "analysis_feedback": "CORRECT",
  "updated": "<string>",
  "comment": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

submission_id
string
required

Response

Custom feedback for fraud analysis.

analysis_feedback
enum<string>
required

Type of feedback on the result of document analysis.

Available options:
CORRECT,
NOT_CORRECT
updated
string
required

UTC date and time of the latest feedback update.

comment
string | null

Additional feedback comment.

Maximum string length: 1024