v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBIngestion
Reject an AI extraction review (discard the candidates)
Rejects a PENDING_REVIEW review and discards its candidates — nothing is ingested or reconciled. The rejecting principal is recorded for audit. Tenant from the JWT, context from the path.
post/v1/imports/contexts/{contextId}/extraction-reviews/{reviewId}/reject
Path parameters
contextIdstring uuid required
Context ID
Context ID
reviewIdstring uuid required
Review ID
Review ID
Request body
Example request
{
"reason": "poor scan quality, re-upload"
}Response
OK
Example response
{
"candidates": [
{
"fields": [
{
"canonicalKey": "amount",
"confidence": 0.95,
"page": 1,
"value": "100.50"
}
],
"source": "text_layer"
}
],
"contextId": "550e8400-e29b-41d4-a716-446655440000",
"createdAt": "2025-01-15T10:30:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"ingestionJobId": "550e8400-e29b-41d4-a716-446655440000",
"sourceId": "550e8400-e29b-41d4-a716-446655440000",
"status": "PENDING_REVIEW",
"updatedAt": "2025-01-15T10:35:00Z",
"version": 1
}