---
title: "POST /v1/topics"
method: POST
path: "/v1/topics"
tags: ["Strategy"]
---

# POST /v1/topics

`POST /v1/topics`

Creates topic

## Headers

- `Authorization` string
- `Origin` string

## Request body

- Topic
  - `id` string
  - `tenantId` string
  - `subtenantId` string
  - `parentTopicId` string
  - `name` string
  - `status` 'DRAFT' | 'PLANNED' | 'IN_PROGRESS' | 'COMPLETED'
  - `description` string
  - `start` string
  - `end` string
  - `color` string
  - `parentAnnualPlanTopicId` string
  - `createdAt` string
  - `createdByUserId` string
  - `createdByUserEmail` string
  - `attachments` FileAttachment[]
    - `name` string
    - `url` string
    - `fileExtension` string
    - `mediaAssetId` string
  - `userAssigneeId` string
  - `userAssigneeFullname` string
  - `category` string
  - `templateCategory` SelectedItem
    - `id` string
    - `name` string

## Response `default`

default response

---

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