curl --request POST \
--url https://api.app.hrizn.io/v1/public/ideaclouds/batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"items": [
{
"keyword": "<string>",
"category_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
'{
"data": {
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"keyword": "<string>",
"status": "<string>",
"error": "<string>"
}
],
"message": "<string>"
}
}Creates multiple IdeaClouds in a single request (1-25 items).
curl --request POST \
--url https://api.app.hrizn.io/v1/public/ideaclouds/batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"items": [
{
"keyword": "<string>",
"category_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
'{
"data": {
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"keyword": "<string>",
"status": "<string>",
"error": "<string>"
}
],
"message": "<string>"
}
}Your Hrizn API key (prefix hzk_)