Loading...
Loading...
Reference
Complete endpoint documentation for OmegaEngine v2. All endpoints use x-api-key header authentication.
All API requests require an API key passed via the x-api-key header.
x-api-key: omega_your_api_key_herehttps://api.omegaengine.ai/api/v2/judge/api/v2/feedback/api/decision/api/decision/batch/api/decision/verify/api/logs/api/compliance/export/api/proof/api/policies/api/redteam/run/api/health/api/ping/api/usage/summarycurl -X POST https://api.omegaengine.ai/api/v2/judge \
-H "Content-Type: application/json" \
-H "x-api-key: omega_your_api_key_here" \
-d '{
"scenario": "Should I approve this $50,000 wire transfer?",
"context": "VIP customer, 780 credit score, 5yr history",
"domain": "finance",
"riskTolerance": "low"
}'{
"decision": "APPROVE",
"confidence": 0.89,
"riskLevel": "LOW",
"riskScore": 23,
"reasoning": "Strong credit profile with stable employment...",
"needsHumanReview": false,
"policyTags": ["FINANCIAL_DECISION", "CREDIT_ASSESSMENT"],
"quantumHeuristics": {
"stakeholderImpactScore": 35,
"cascadeRiskScore": 20,
"financialMaterialityScore": 45,
"reputationRiskScore": 15
},
"robustnessLevel": "HIGH",
"auditId": "aud_7x8k2m9n...",
"metadata": {
"latencyMs": 245,
"model": "gpt-5.4",
"engineVersion": "2.0.0-beta"
}
}| Tier | Requests/Min | Decisions/Month |
|---|---|---|
| Free | 10 | 3 |
| Starter | 30 | 500 |
| Pro | 60 | 2,500 |
| Business | 120 | 7,500 |
| Team | 300 | 20,000 |
| Enterprise | Custom | Unlimited |
| Code | HTTP | Description |
|---|---|---|
| UNAUTHORIZED | 401 | Missing or invalid API key |
| FORBIDDEN | 403 | Insufficient permissions |
| RATE_LIMIT_EXCEEDED | 429 | Too many requests |
| PLAN_LIMIT_EXCEEDED | 402 | Usage limit for plan tier |
| SAFETY_BLOCKED | 451 | Content blocked by safety system |
| INTERNAL_ERROR | 500 | Server error |