---
title: "Chat"
method: POST
path: "/{app_id}/chat"
tags: ["Apps"]
---

# Chat

`POST /{app_id}/chat`

Chat with an app.

app_id: The ID of the app. Use "default" for the default app.

message: The message that you want to send to the app.

## Path parameters

- `app_id` string, required

## Request body

- MessageApp
  - `message` string — The message that you want to send to the App.

## Response `200`

Successful Response

- DefaultResponse
  - `response` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/thuir/apis/embedchain-rest-api.md) · [All operations](https://skmtc.dev/thuir/apis/embedchain-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thuir/embedchain-rest-api/revisions/0d286e801458/schema)
