Skip to main content

Endpoint

POST https://api.documind.cloud/api/v1/data/extractions/{extraction_id}/flag

Path Parameters

ParameterTypeRequiredDescription
extraction_idstring (UUID)YesID of the extraction

Request Body

{
  "needs_review": true
}

Response

{
  "status": "success",
  "message": "Extraction flagged for review"
}