---
title: "Ontology Chat Message"
method: POST
path: "/api/v1/ontology/chats/{chat_id}/message"
tags: ["ontology-chat"]
---

# Ontology Chat Message

`POST /api/v1/ontology/chats/{chat_id}/message`

Send a message to the ontology design advisor.

## Path parameters

- `chat_id` string, uuid, required

## Request body

- OntologyChatMessageRequest — Send a message to the ontology advisor.
  - `content` string, required

## Response `200`

Successful Response

- OntologyChatMessageResponse — Response after dispatching an ontology chat message.
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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