---
title: "Stream generated text with retrieved passages"
method: POST
path: "/v1/stream"
---

# Stream generated text with retrieved passages

`POST /v1/stream`

This endpoint streams the generated text line by line. The `retrieved_passage` is sent first, followed by the `result` streamed incrementally.

## Request body

- object
  - `query` string, required — The query string
  - `result_column` string — The result column name

## Response `200`

Successful response with streaming

---

[API](https://skmtc.dev/marker-inc-korea/apis/example-api.md) · [All operations](https://skmtc.dev/marker-inc-korea/apis/example-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marker-inc-korea/example-api/revisions/19765fce26c8/schema)
