---
title: "Topic creation"
method: POST
path: "/v1/topics"
tags: ["Topics"]
---

# Topic creation

`POST /v1/topics`

Create a topic

## Request body

- CreateTopicRequestDto
  - `key` string, required — User defined custom key and provided by the user that will be an unique identifier for the Topic created.
  - `name` string, required — User defined custom name and provided by the user that will name the Topic created.

## Response `201`

- object
  - `data` CreateTopicResponseDto

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
