Reference

API Reference

Complete API documentation for OmegaEngine. All endpoints, parameters, and examples.

Base URL

https://api.omegaengine.ai/v1

Endpoints

Example: Submit Decision

Request
curl -X POST https://api.omegaengine.ai/v1/decision \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "wire_transfer",
    "amount": 50000,
    "destination": "external_account",
    "agent_id": "fin_controller_01",
    "context": {
      "customer_tier": "VIP",
      "risk_profile": "low"
    }
  }'
Response
{
  "id": "dec_7f3a9c2b4d5e",
  "outcome": "ESCALATE",
  "risk_score": 0.82,
  "risk_level": "HIGH",
  "policy_match": "policy_7a_wire_limits",
  "reason": "Amount exceeds automated threshold for VIP tier",
  "requires_human": true,
  "escalation_path": "treasury_ops",
  "audit_id": "aud_9f8a7c2b...",
  "episode_id": "ep_7d3f9a1e...",
  "latency_ms": 12,
  "signature": "hmac-sha256:a7f3b2c1..."
}

Need help?

Our team is available to help with integration.