curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/summary \
--header 'X-API-Key: <api-key>'{
"data": {
"total": {
"active": 47,
"dismissed": 12,
"acted_on": 23,
"expired": 156
},
"priority": {
"high": 8,
"medium": 21,
"low": 18
},
"by_type": {
"missing_model_page": 5,
"comparison_opportunity": 8,
"search_gap": 12,
"trending_topic": 4,
"content_refresh": 3,
"seasonal_content": 2,
"model_year_transition": 3,
"network_benchmark": 6,
"inventory_move": 4
}
}
}
Get aggregate counts of content intelligence recommendations
curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/summary \
--header 'X-API-Key: <api-key>'{
"data": {
"total": {
"active": 47,
"dismissed": 12,
"acted_on": 23,
"expired": 156
},
"priority": {
"high": 8,
"medium": 21,
"low": 18
},
"by_type": {
"missing_model_page": 5,
"comparison_opportunity": 8,
"search_gap": 12,
"trending_topic": 4,
"content_refresh": 3,
"seasonal_content": 2,
"model_year_transition": 3,
"network_benchmark": 6,
"inventory_move": 4
}
}
}
content_intelligence:read
{
"data": {
"total": {
"active": 47,
"dismissed": 12,
"acted_on": 23,
"expired": 156
},
"priority": {
"high": 8,
"medium": 21,
"low": 18
},
"by_type": {
"missing_model_page": 5,
"comparison_opportunity": 8,
"search_gap": 12,
"trending_topic": 4,
"content_refresh": 3,
"seasonal_content": 2,
"model_year_transition": 3,
"network_benchmark": 6,
"inventory_move": 4
}
}
}
by_type counts only include active recommendations.Your Hrizn API key (prefix hzk_)
Summary of recommendations
Hide child attributes