curl --request GET \
--url https://api.app.hrizn.io/v1/public/ideaclouds \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"keyword": "<string>",
"title": "<string>",
"synopsis": "<string>",
"status": "researching",
"category": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}Returns a paginated list of IdeaClouds for your site.
curl --request GET \
--url https://api.app.hrizn.io/v1/public/ideaclouds \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"keyword": "<string>",
"title": "<string>",
"synopsis": "<string>",
"status": "researching",
"category": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}Your Hrizn API key (prefix hzk_)
Number of results per page
1 <= x <= 100Base64-encoded pagination cursor
Filter by status (e.g. researching, complete, failed)
Case-insensitive partial match on keyword
Paginated list of IdeaClouds
Hide child attributes
IdeaCloud research status
researching, complete, failed