Act on recommendation
Act on recommendation
Link a recommendation to the article or IdeaCloud created from it
POST
Act on recommendation
Marks a recommendation as acted on, linking it to the article or IdeaCloud research graph that was created based on the recommendation. This closes the feedback loop, letting the content intelligence pipeline know that the gap has been addressed.
Scope required:
content_intelligence:write
Path parameters
UUID of the content intelligence recommendation.
Request body
Provide exactly one target:UUID of the article that was created from this recommendation.
UUID of the IdeaCloud research graph that was created from this recommendation.
Workflow
The typical workflow for acting on a recommendation:1
List recommendations
Call
GET /content-intelligence to find actionable recommendations.2
Check the actionable_via field
Use
GET /reference/content-intelligence-types to determine which endpoint to call based on suggestion_type. For example, missing_model_page maps to POST /model-landing-pages.3
Create the content
Call the appropriate content or IdeaCloud creation endpoint. The response includes the new article or research graph
id.4
Link the recommendation
Call
POST /content-intelligence/{id}/act with either article_id or research_graph_id to mark the recommendation as acted on.Only active recommendations can be acted on. Attempting to act on a dismissed, expired, or already acted-on recommendation will return a 404 error.
Authorizations
Your Hrizn API key (prefix hzk_)
Path Parameters
Content intelligence recommendation ID
Body
application/json
Response
Recommendation marked as acted on
Last modified on June 4, 2026
