Skip to main content

Evaluate Guard

POST 

/api/guards/evaluate

Evaluates content against guards and returns the result.

Modes

  • All active guards — omit guard_id and guard_slug to run every active buildtime guard for the given entity_type. Returns a GuardEvaluationResult with passed, results, warnings, blocks, and redactions.
  • Specific guard — provide guard_id or guard_slug. Returns a single GuardCheckResult.

Request

Responses

Guard(s) evaluated successfully