curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/{id} \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "c3a1f8b2-7e4d-4a9c-b5e6-1234567890ab",
"suggestion_type": "missing_model_page",
"comparison_subtype": null,
"title": "Create a 2026 Toyota Camry model page",
"description": "The 2026 Toyota Camry has 14 units in inventory but no dedicated model research page. Creating one could capture high-intent search traffic.",
"priority_score": 92,
"metadata": {
"make": "Toyota",
"model": "Camry",
"year": 2026,
"inventory_count": 14,
"estimated_monthly_searches": 8400
},
"suggested_article_type": "modellanding",
"status": "active",
"created_at": "2026-03-01T04:00:00.000Z",
"expires_at": "2026-03-31T04:00:00.000Z"
}
}
Get details of a specific content intelligence recommendation
curl --request GET \
--url https://api.app.hrizn.io/v1/public/content-intelligence/{id} \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "c3a1f8b2-7e4d-4a9c-b5e6-1234567890ab",
"suggestion_type": "missing_model_page",
"comparison_subtype": null,
"title": "Create a 2026 Toyota Camry model page",
"description": "The 2026 Toyota Camry has 14 units in inventory but no dedicated model research page. Creating one could capture high-intent search traffic.",
"priority_score": 92,
"metadata": {
"make": "Toyota",
"model": "Camry",
"year": 2026,
"inventory_count": 14,
"estimated_monthly_searches": 8400
},
"suggested_article_type": "modellanding",
"status": "active",
"created_at": "2026-03-01T04:00:00.000Z",
"expires_at": "2026-03-31T04:00:00.000Z"
}
}
content_intelligence:read
{
"data": {
"id": "c3a1f8b2-7e4d-4a9c-b5e6-1234567890ab",
"suggestion_type": "missing_model_page",
"comparison_subtype": null,
"title": "Create a 2026 Toyota Camry model page",
"description": "The 2026 Toyota Camry has 14 units in inventory but no dedicated model research page. Creating one could capture high-intent search traffic.",
"priority_score": 92,
"metadata": {
"make": "Toyota",
"model": "Camry",
"year": 2026,
"inventory_count": 14,
"estimated_monthly_searches": 8400
},
"suggested_article_type": "modellanding",
"status": "active",
"created_at": "2026-03-01T04:00:00.000Z",
"expires_at": "2026-03-31T04:00:00.000Z"
}
}
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