---
title: "POST /api/admin/discover/editorial-labels/record"
method: POST
path: "/api/admin/discover/editorial-labels/record"
tags: ["Admin"]
---

# POST /api/admin/discover/editorial-labels/record

`POST /api/admin/discover/editorial-labels/record`

## Request body

- object
  - `itemId` string, required
  - `decision` 'publish' | 'reject' | 'unsure', required
  - `reason` 'trivial' | 'too_basic' | 'thin_evidence' | 'generic' | 'no_consequence' | 'no_detail_runway' | 'redundant', nullable
  - `comment` string, nullable
  - `titleDecision` 'good' | 'bad' | 'unsure', required
  - `titleReason` 'data_dump' | 'vague' | 'awkward' | 'clickbait' | 'hides_subject' | 'too_long' | 'misleading' | 'generic', nullable
  - `titleComment` string, nullable

## Response `200`

OK

- object
  - `ok` boolean, required

---

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