Skip to main content
POST
/
api
/
v1
/
public
/
topics
Create Topic
curl --request POST \
  --url https://api.tryhikoo.com/api/v1/public/topics \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "name": "<string>",
  "id": 123
}

Authorizations

Authorization
string
header
required

Personal API key created in the dashboard (Settings > API keys).

Headers

authorization
string | null

Bearer <api_key>

X-MCP-Secret
string | null

Query Parameters

website_id
integer
required

Target website id

Body

application/json
name
string
required

Response

Successful Response

Topic response schema

name
string
required
id
integer
required