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.
Returns the latest compliance check results for content.
Scope required: content:read
Path parameters
Response
Compliance status: not_checked, checking, or completed.
Compliance report object, or null if compliance has not been run.
{
"data": {
"article_id": "4d42cdcf-e24f-4123-960e-6c15761fcfcf",
"status": "not_checked",
"report": null
}
}
When a compliance check has been completed:
{
"data": {
"article_id": "4d42cdcf-e24f-4123-960e-6c15761fcfcf",
"status": "completed",
"report": {
"score": 92,
"issues": [
{
"rule": "no_competitor_mentions",
"severity": "error",
"message": "Article mentions competitor brand 'Ford'",
"location": "paragraph 3"
}
]
}
}
}
To trigger a compliance check, use Trigger compliance. Content must be in complete status before a compliance check can be run. Your Hrizn API key (prefix hzk_)
Available options:
not_checked,
checking,
completed
data.report.issues.severity
data.report.issues.message
data.report.issues.location