---
title: "Chat with a given session id and get back a response for a given message"
method: PUT
path: "/ai/agents/session/{sessionId}/chat"
tags: ["AI Agent", "Experimental"]
---

# Chat with a given session id and get back a response for a given message

`PUT /ai/agents/session/{sessionId}/chat`

The API responds user message, a session id is required to identify the session this message needs to be posted

## Path parameters

- `sessionId` string, required

## Response `200`

successful operation

- string

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
