{ "opencollection": "1.0.0", "info": { "name": "Arthur GenAI Engine Agent Discovery Default Validation API", "version": "2.1.688" }, "items": [ { "info": { "name": "Default Validation", "type": "folder" }, "items": [ { "info": { "name": "Default Validate Prompt", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/validate_prompt", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "[Deprecated] Validate a non-task related prompt based on the configured default rules." }, { "info": { "name": "Default Validate Response", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/validate_response/:inference_id", "params": [ { "name": "inference_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "[Deprecated] Validate a non-task related generated response based on the configured default rules. Inference ID corresponds to the previously validated associated prompt’s inference ID. Must provide context if a Hallucination Rule is an enabled default rule." } ] } ], "bundled": true }