---
title: "POST /api/stories/review"
method: POST
path: "/api/stories/review"
tags: ["Stories"]
---

# POST /api/stories/review

`POST /api/stories/review`

## Request body

- object
  - `storyId` string, required
  - `decision` 'save' | 'already_known' | 'didnt_understand' | 'not_interested' | 'dismiss' | 'not_for_me', required
  - `reason` 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)
