---
title: "Create chatbot object"
method: POST
path: "/v1/chatbots/objects"
tags: ["Chatbot"]
---

# Create chatbot object

`POST /v1/chatbots/objects`

## Request body

- ChatbotObject
  - `id` integer
  - `departmentId` integer
  - `name` string, required
  - `language` string, nullable
  - `code` string, nullable

## Response `201`

Created

- ChatbotObject
  - `id` integer
  - `departmentId` integer
  - `name` string, required
  - `language` string, nullable
  - `code` string, nullable

## Other responses

- `400` — Bad Request

---

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