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>"
}
}Creates a new IdeaCloud and begins AI-powered keyword research.
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>"
}
}Your Hrizn API key (prefix hzk_)
IdeaCloud created and research started