> ## Documentation Index
> Fetch the complete documentation index at: https://docs.documind.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Flag for Review

> Manually flag an extraction for review

## Endpoint

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

## Path Parameters

| Parameter       | Type          | Required | Description          |
| --------------- | ------------- | -------- | -------------------- |
| `extraction_id` | string (UUID) | Yes      | ID of the extraction |

## Request Body

```json theme={null}
{
  "needs_review": true
}
```

## Response

```json theme={null}
{
  "status": "success"
}
```
