Skip to main content
GET
/
content-intelligence
/
{id}
Get 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"
  }
}
Returns a single content intelligence recommendation by ID. Scope required: content_intelligence:read

Path parameters

id
string
required
UUID of the content intelligence recommendation.
{
  "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"
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Content intelligence recommendation ID

Response

Recommendation details

data
object
Last modified on March 12, 2026