---
title: "Update Document Review Status"
method: POST
path: "/api/v1/pik/review/{doc_id}/{actions}/"
tags: ["Documents"]
---

# Update Document Review Status

`POST /api/v1/pik/review/{doc_id}/{actions}/`

Change the review status of a document. Use this endpoint to start a review, mark a review as complete (`end`), or skip the review process entirely.

## Path parameters

- `doc_id` string, required
- `actions` 'start' | 'end' | 'skip', required

## Query parameters

- `forced` boolean
- `strict` boolean

## Headers

- `apikey` string

## Response `200`

OK

- InlineResponse2009
  - `error` string — A message describing any errors encountered during the request.
  - `error_code` string — A code representing the specific error encountered during the request.
  - `message` string — A confirmation message for the successful operation.
  - `status` string — The status of the request.
  - `status_code` integer — The HTTP status code of the response.

## Other responses

- `202` — Document Still Processing
- `401` — Unauthorized
- `404` — Not Found
- `500` — Processing Error

---

[API](https://skmtc.dev/docsumo/apis/docsumo-api.md) · [All operations](https://skmtc.dev/docsumo/apis/docsumo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsumo/docsumo-api/revisions/b29ba62ebe9b/schema)
