List recommendations
List recommendations
List AI-generated content intelligence recommendations for this site
GET
List recommendations
Returns a paginated list of content intelligence recommendations generated by the nightly gap analysis pipeline. Recommendations identify content opportunities based on inventory, search data, seasonal trends, and competitive analysis. Scope required:Documentation Index
Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt
Use this file to discover all available pages before exploring further.
content_intelligence:read
Query parameters
Results per page (1-100).
Pagination cursor from a previous response.
Filter by a single recommendation type. See Content intelligence types for all values.
Filter by multiple recommendation types (comma-separated). Example:
missing_model_page,comparison_opportunity.Minimum priority score (0-100). Only return recommendations with
priority_score >= priority_min.Filter by status:
active (default), dismissed, acted_on, expired.Filter by recommended content type:
basic, qa, expert, modellanding, comparison, salesevent.Response
Type of recommendation (e.g.
missing_model_page, comparison_opportunity). Determines which API endpoint to use for acting on the recommendation.For
comparison_opportunity type only: cross_brand, trim, or cross_category.Priority from 0-100. Higher scores indicate more impactful content opportunities.
Type-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.Authorizations
Your Hrizn API key (prefix hzk_)
Query Parameters
Number of results per page
Required range:
1 <= x <= 100Base64-encoded pagination cursor
Filter by a single recommendation type (e.g. missing_model_page). See /reference/content-intelligence-types for all values.
Filter by multiple recommendation types (comma-separated, e.g. missing_model_page,comparison_opportunity).
Minimum priority score (0-100). Only return recommendations with priority_score >= priority_min.
Required range:
0 <= x <= 100Filter by status (default: active).
Available options:
active, dismissed, acted_on, expired Filter by recommended content type.
Available options:
basic, qa, expert, modellanding, comparison, salesevent Last modified on March 12, 2026
