curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/{id} \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"suggestion_type": "<string>",
"comparison_subtype": "<string>",
"title": "<string>",
"description": "<string>",
"priority_score": 50,
"metadata": {},
"suggested_article_type": "<string>",
"status": "active",
"created_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z"
}
}Returns a single content intelligence recommendation by ID.
curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/{id} \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"suggestion_type": "<string>",
"comparison_subtype": "<string>",
"title": "<string>",
"description": "<string>",
"priority_score": 50,
"metadata": {},
"suggested_article_type": "<string>",
"status": "active",
"created_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z"
}
}Your Hrizn API key (prefix hzk_)
Content intelligence recommendation ID
Recommendation details
Hide child attributes
Type of recommendation (e.g. missing_model_page, comparison_opportunity)
For comparison_opportunity type only: cross_brand, trim, or cross_category
Human-readable recommendation title
Detailed description of the content opportunity
Priority from 0-100. Higher scores indicate more impactful content opportunities.
0 <= x <= 100Type-specific data such as vehicle make/model/year, traffic estimates, competitor info. Shape varies by suggestion_type.
Recommended content type: basic, modellanding, comparison, salesevent, etc.
active, dismissed, acted_on, expired