---
title: "Send a message to B.O.N.D. AI assistant"
method: POST
path: "/public/widget/chat/ai"
tags: ["WidgetChatbot"]
---

# Send a message to B.O.N.D. AI assistant

`POST /public/widget/chat/ai`

## Request body

- BondChatMessageRequest
  - `sessionId` string, required
  - `clinicId` string, required
  - `message` string, required
  - `verifiedClientId` string, nullable

## Response `200`

OK

- BondChatResponse
  - `messageId` string, required
  - `message` string, required
  - `status` string, required
  - `timestamp` string, date-time
  - `urgencyLevel` string, nullable
  - `escalationReason` string, nullable
  - `suggestions` string[], nullable
  - `options` BondOption[], nullable
    - `label` string, required
    - `value` string, required
  - `turnNumber` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
