---
title: "POST /CreateTopic"
method: POST
path: "/CreateTopic"
tags: ["Community"]
---

# POST /CreateTopic

`POST /CreateTopic`

## Headers

- `address` string

## Request body

- object
  - `community_id` string, required
  - `name` string
  - `description` string
  - `featured_in_sidebar` boolean
  - `featured_in_new_post` boolean
  - `default_offchain_template` string, nullable
  - `weighted_voting` 'stake' | 'erc20', nullable
  - `token_address` string, nullable — token address, used for ERC20 topics
  - `token_symbol` string, nullable — token symbol, used for ERC20 topics
  - `vote_weight_multiplier` number, nullable — vote weight multiplier, used for ERC20 topics

## Response `200`

Successful response

- object
  - `topic` object, required
    - `id` integer
    - `name` string
    - `community_id` string
    - `description` string
    - `telegram` string, nullable
    - `featured_in_sidebar` boolean
    - `featured_in_new_post` boolean
    - `default_offchain_template` string, nullable
    - `order` integer, nullable
    - `channel_id` string, nullable
    - `group_ids` integer[]
    - `default_offchain_template_backup` string, nullable
    - `weighted_voting` 'stake' | 'erc20', nullable
    - `token_address` string, nullable — token address, used for ERC20 topics
    - `token_symbol` string, nullable — token symbol, used for ERC20 topics
    - `vote_weight_multiplier` number, nullable — vote weight multiplier, used for ERC20 topics
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `contest_topics` object[], nullable
      - `contest_address` string, required
      - `topic_id` integer, required
      - `created_at` string, date-time, required
  - `user_id` number, required

## Other responses

- `default` — Error response

---

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