---
title: "Request review on an article"
method: POST
path: "/knowledge-bases/{id}/articles/{article_id}/request-review"
tags: ["articles"]
---

# Request review on an article

`POST /knowledge-bases/{id}/articles/{article_id}/request-review`

Requests human and/or AI review on the article's current draft version. At least one of `reviewer_user_ids` or `request_ai_review` must be provided. The article must have an unpublished current version. Requesting AI review requires the organization to have AI article review enabled.

**Rate limit:** 10 requests per minute

## Path parameters

- `id` string, required
- `article_id` string, required

## Request body

- RequestArticleReviewRequestBody
  - `request_ai_review` boolean — When true, also queue an AI review. Requires the organization to have AI article review enabled.
  - `reviewer_user_ids` string[] — IDs of users to request a human review from. Each user must already be a configured reviewer for the article's knowledge base.

## Response `200`

- RequestArticleReviewResponseBody
  - `data` RequestArticleReviewData
    - `approval_status` string — The approval status of the article version after the request.
    - `article_id` string — The ID of the article the review was requested for.
    - `article_version_id` string — The ID of the article version the review was requested for.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/999c51740b4e/schema)
