---
title: "Review Moderation"
method: POST
path: "/v1/content/{content_id}/moderation/review"
---

# Review Moderation

`POST /v1/content/{content_id}/moderation/review`

Record a human decision on an AI-screened item.

This is its own endpoint rather than a publishStatus PATCH because it
records WHO decided and WHEN — an audit fact a plain status write cannot
express. Approving satisfies the auto-publish gate; whether the item then
actually publishes still respects the org's auto_publish setting, unless
the caller explicitly asks to publish.

## Path parameters

- `content_id` string, required

## Request body

- ModerationReviewRequest
  - `decision` string, required
  - `publish` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-07** `4ff6d068cf75` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/shortkit/apis/shortkit-api/changes/v1/content/:content_id/moderation/review/post.md)

---

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