---
title: "Add analysis feedback"
method: PUT
path: "/v2/submission/{submission_id}/feedback"
---

# Add analysis feedback

`PUT /v2/submission/{submission_id}/feedback`

Add custom feedback for the document analysis result. 

All custom feedback provided for a document must be reviewed by the customer before submission to ensure it does not contain any Personally Identifiable Information (PII). Submitted feedback will be securely stored indefinitely to support ongoing product improvements.

## Path parameters

- `submission_id` string, required

## Request body

- FeedbackRequest
  - `analysis_feedback` 'CORRECT' | 'NOT_CORRECT', required — Type of feedback on the result of document analysis.
  - `comment` string, nullable — Additional feedback comment.

## Response `200`

Custom feedback for fraud analysis.

- FeedbackResponse
  - `analysis_feedback` 'CORRECT' | 'NOT_CORRECT', required — Type of feedback on the result of document analysis.
  - `comment` string, nullable — Additional feedback comment.
  - `updated` string, required — UTC date and time of the latest feedback update.

## Other responses

- `400` — Bad request. Feedback must be sent with all required properties.
- `401` — Missing valid authentication credentials.
- `403` — Access to the requested resource is forbidden.
- `404` — Not found. Submission doesn't exist.
- `415` — Unsupported media type.
- `429` — Request quota was exceeded

---

[API](https://skmtc.dev/resistant/apis/resistant-documents-api.md) · [All operations](https://skmtc.dev/resistant/apis/resistant-documents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resistant/resistant-documents-api/revisions/7c1ce5331e7b/schema)
