# stream

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/technical-docs-chat.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/technical-docs-chat.controller.ts#L65)

Ask within a session — grounded answer streamed as SSE

## Endpoint

`POST /technical-docs/:projectId/chat/stream`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |

## Referenced By

- `TechnicalDocsChatController` (MODULE_DECLARES)
