Skip to main content

Endpoint

PUT https://api.documind.cloud/api/v1/data/extractions/{extraction_id}/flag-for-review

Path Parameters

ParameterTypeRequiredDescription
extraction_idstring (UUID)YesID of the extraction

Request Body

{
  "needs_review": true
}

Response

{
  "status": "success"
}