Act on recommendation
Act on recommendation
Link a recommendation to the article created from it
POST
Act on recommendation
Marks a recommendation as acted on, linking it to the article 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: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:write
Path parameters
UUID of the content intelligence recommendation.
Request body
UUID of the article that was created from this recommendation.
Workflow
The typical workflow for acting on a recommendation: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.Create the content
Call the appropriate content creation endpoint. The response includes the new article’s
id.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
ID of the article created from this recommendation.
Response
Recommendation marked as acted on
Last modified on March 12, 2026
