curl --request POST \
--url https://api.app.hrizn.io/v1/public/content-intelligence/{id}/act \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"article_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "acted_on",
"acted_on_article_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2023-11-07T05:31:56Z"
}
}Marks a recommendation as acted on, linking it to the article that was created from this recommendation.
curl --request POST \
--url https://api.app.hrizn.io/v1/public/content-intelligence/{id}/act \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"article_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "acted_on",
"acted_on_article_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_at": "2023-11-07T05:31:56Z"
}
}Your Hrizn API key (prefix hzk_)
Content intelligence recommendation ID
ID of the article created from this recommendation.