Skip to main content
POST
/
ideaclouds
Create IdeaCloud
curl --request POST \
  --url https://api.app.hrizn.io/v1/public/ideaclouds \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "keyword": "<string>"
}
'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "researching",
    "keyword": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "message": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Body

application/json
keyword
string
required

Keyword or topic to research

Required string length: 1 - 500
category_id
string<uuid>

Optional category UUID

Response

IdeaCloud created and research started

data
object
Last modified on February 28, 2026