POST
/
v1
/
documents
/
{documentId}
/
reprocess
Reprocess a failed or cancelled document
curl --request POST \
  --url http://localhost/v1/documents/{documentId}/reprocess \
  --header 'X-API-Key: <api-key>'
{
  "documentId": "<string>",
  "complianceReviewId": "<string>",
  "status": "<string>",
  "message": "<string>",
  "version": 123
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Path Parameters

documentId
string
required

Response

documentId
string
complianceReviewId
string
status
string
message
string
version
integer<int32>