Review
Flag for Review
Manually flag an extraction for review
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manually flag an extraction for review
PUT https://api.documind.cloud/api/v1/data/extractions/{extraction_id}/flag-for-review
| Parameter | Type | Required | Description |
|---|---|---|---|
extraction_id | string (UUID) | Yes | ID of the extraction |
{
"needs_review": true
}
{
"status": "success"
}
Was this page helpful?