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

# POST /api/stories/search-stream

`POST /api/stories/search-stream`

## Request body

- object
  - `storyId` string, required
  - `selectedText` string, required
  - `contextText` string, nullable
  - `history` object[]
    - `role` 'user' | 'assistant', required
    - `content` string, required

## Response `200`

OK

---

[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)
