From 627fd825f0d790a658cc2f4665cef98aa12b95c4 Mon Sep 17 00:00:00 2001 From: "detail-app[bot]" <180357370+detail-app[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:24:36 +0000 Subject: [PATCH] docs: correct SSE event format for guided content endpoint --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 8f0ffafa..dde831a9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -43,7 +43,7 @@ curl -N -H "Content-Type: application/json" \ - GET `/api/guided/lesson?slug=...` - GET `/api/guided/citations?slug=...` - GET `/api/guided/enrich?slug=...` -- GET `/api/guided/content/stream?slug=...` (SSE, raw markdown) +- GET `/api/guided/content/stream?slug=...` (SSE `text` events, JSON-wrapped chunks) - GET `/api/guided/content?slug=...` (JSON) - GET `/api/guided/content/html?slug=...` (HTML) - POST `/api/guided/stream` (SSE; request includes `sessionId`, `slug`, `latest`)