---
title: "Send a chat support message and stream response"
method: POST
path: "/api/v1/chat-support"
tags: ["chat-support"]
---

# Send a chat support message and stream response

`POST /api/v1/chat-support`

## Request body

- ChatSupportRequestDTO
  - `context` object
    - `currentRoute` object, required
      - `args` string, required
      - `path` string, required
    - `routes` string, required
    - `userLanguage` string, required
  - `conversationId` string
  - `messages` object[], required
    - `id` string, required
    - `role` string, required

## Response `201`

---

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