---
title: "Save Chat Session"
method: POST
path: "/api/workflows/chat/sessions"
tags: ["Workflows"]
---

# Save Chat Session

`POST /api/workflows/chat/sessions`

Save or update a workflow AI chat session.

## Request body

- ChatSessionSave — Request model for saving a chat session
  - `session_id` string, nullable
  - `workflow_id` string, nullable
  - `title` string, nullable
  - `messages` object[]
  - `generated_workflows` object[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
