One call, both stages: classify and decide
Response Validation API bundles Risk Classification API and Policy Route into a single endpoint — it classifies the content (prompt or model output) and returns a policy decision in the same response, so every AI-generated response is validated before it reaches the user. This is the right starting point for most teams; reach for the individual products once you need to customize one stage independently of the other.
- Classification + decision in one request
- Works on prompts and model outputs
- No separate routing logic to maintain
- Same taxonomy and policy buckets as our other APIs