---
title: "Create Chat Container"
method: POST
path: "/v4/chat/{section_uuid}"
tags: ["Chat"]
---

# Create Chat Container

`POST /v4/chat/{section_uuid}`

Create a chat container. This container is the base component that is required to implement a Viafoura Live Chat.

## Path parameters

- `section_uuid` string, uuid, required

## Request body

- ContainerCreateRequest
  - `container_id` string, required

## Response `201`

Created

- ContainerCreateResponse
  - `content_container_uuid` string, uuid

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict

---

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