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

# POST /api/stories/save-line

`POST /api/stories/save-line`

## Request body

- object
  - `storyId` string, required
  - `segments` object[]
    - `segmentIndex` integer, required
    - `charOffset` integer, required
    - `text` string, required
  - `text` string
  - `segmentIndex` integer
  - `slideIndex` integer
  - `charOffset` integer

## Response `200`

OK

- object
  - `ok` boolean, required
  - `groupId` string, 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)
