{ "opencollection": "1.0.0", "info": { "name": "Arthur GenAI Engine Agent Discovery Stateless Validation API", "version": "2.1.688" }, "items": [ { "info": { "name": "Stateless Validation", "type": "folder" }, "items": [ { "info": { "name": "Stateless Validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/validate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Stateless validation of arbitrary input against inline rule specs. Does NOT persist results, does NOT create an inference, and is task-less. Intended for ad-hoc checks such as validating tool-call output before passing it back to an LLM.\n\nEach entry in `checks` is a `NewRuleRequest` — the same shape accepted by the rule-management API. `type` is a `RuleType` enum value: `PromptInjectionRule`, `ToxicityRule`, `PIIDataRule`, `ModelHallucinationRuleV2`, `RegexRule`, `KeywordRule`, `ModelSensitiveDa" } ] } ], "bundled": true }