---
title: "Chat Stream"
method: POST
path: "/api/threads/{thread_id}/chat/stream"
---

# Chat Stream

`POST /api/threads/{thread_id}/chat/stream`

## Path parameters

- `thread_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- ChatIn
  - `message` string, required
  - `config` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
