curl --request POST \
--url https://api.app.hrizn.io/v1/public/content/{id}/compliance \
--header 'X-API-Key: <api-key>'{
"data": {
"article_id": "4d42cdcf-e24f-4123-960e-6c15761fcfcf",
"status": "checking",
"message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks"
}
}
Run an OEM compliance check on content
curl --request POST \
--url https://api.app.hrizn.io/v1/public/content/{id}/compliance \
--header 'X-API-Key: <api-key>'{
"data": {
"article_id": "4d42cdcf-e24f-4123-960e-6c15761fcfcf",
"status": "checking",
"message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks"
}
}
compliance:write
{
"data": {
"article_id": "4d42cdcf-e24f-4123-960e-6c15761fcfcf",
"status": "checking",
"message": "Generation typically completes within a few minutes. Configure webhooks to receive real-time status notifications: https://api-docs.hrizn.io/webhooks"
}
}
compliance.completed notifications instead of polling.Your Hrizn API key (prefix hzk_)
Content ID