---
title: "Post Stream"
method: POST
path: "/api/py/chat/stream"
---

# Post Stream

`POST /api/py/chat/stream`

## Request body

- PostChatStreamRequest
  - `user_id` string, required
  - `organization_id` string, required
  - `message` string, nullable
  - `session` object, nullable
  - `draft_session_id` string, nullable
  - `chat_state` ChatState
    - `user_name` string, required
    - `organization_name` string, required
    - `timezone` string
    - `page` string, nullable
    - `path` string, nullable
    - `uri` string, nullable
    - `ancestor_uris` string[], nullable
    - `ancestor_names` string[], nullable
  - `notifications` string[], nullable
  - `file_attachments` FileAttachment[], nullable
    - `id` string, required
    - `file_name` string, required
    - `bucket_path` string
  - `retry_back` integer, nullable
  - `client_type` 'chat' | 'word' | 'powerpoint'
  - `answers` object, nullable
  - `tiptap_content` object, nullable
  - `model_override` ChatModelOverrideRequest
    - `model` string, required
    - `mode` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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