Skip to main content
POST
/
content
/
{id}
/
compliance
Trigger compliance check
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"
  }
}
Queues a compliance check against the site’s OEM compliance rules. Results are attached to the content’s components when finished. Scope required: compliance:write

Path parameters

id
string
required
UUID of the content to check.
{
  "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 checks are asynchronous and typically complete within a few minutes. Configure webhooks to receive real-time compliance.completed notifications instead of polling.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Content ID

Response

Compliance check started

data
object
Last modified on March 1, 2026