curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/summary \
--header 'X-API-Key: <api-key>'{
"data": {
"total": {
"active": 123,
"dismissed": 123,
"acted_on": 123,
"expired": 123
},
"priority": {
"high": 123,
"medium": 123,
"low": 123
},
"by_type": {}
}
}Returns aggregate counts of content intelligence recommendations by status, priority tier, and type.
curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/summary \
--header 'X-API-Key: <api-key>'{
"data": {
"total": {
"active": 123,
"dismissed": 123,
"acted_on": 123,
"expired": 123
},
"priority": {
"high": 123,
"medium": 123,
"low": 123
},
"by_type": {}
}
}Your Hrizn API key (prefix hzk_)
Summary of recommendations
Hide child attributes