AI Governance

CBUAE AI Governance Framework API

Retrieve structured CBUAE-aligned AI governance reference data for financial institutions, including principles, risk dimensions, control requirements, timeline milestones, and a practical use-case catalogue.

Endpoint:/api/v1/ai-governance/framework
Method:GET
Scope:compliance:ai-governance

Debugging & Support

Include X-Request-ID when contacting support

Every response from KhaleejiAPI includes an X-Request-ID header — a unique identifier that lets our support team pull the exact log entry for your request within seconds. Always share it when reporting an unexpected error or unexpected result.

How to capture it

JavaScript / fetch

const res = await fetch("https://khaleejiapi.dev/api/v1/...", {
  headers: { Authorization: "******" },
});
const requestId = res.headers.get("x-request-id");
console.log("Request ID:", requestId);
// → e.g. "req_01j9xkz4vp8..."

cURL

curl -si "https://khaleejiapi.dev/api/v1/..." \
  -H "Authorization: ******" | grep -i x-request-id
# → x-request-id: req_01j9xkz4vp8...

Browser DevTools

Open DevTools (F12) → Network tab → click the failing request → scroll to the Response Headers section → copy the value next to x-request-id.

For a full list of error codes and guidance on common issues, see the Troubleshooting guide.

Try it out

GET/api/v1/ai-governance/framework

Parameters

Code

curl
curl -X GET "https://khaleejiapi.dev/api/v1/ai-governance/framework?section=requirements&tier=high&lang=en" \
-H "Authorization: Bearer your_api_key"

What you get

Governance controls

Pull mandatory and recommended controls by risk tier so bank, insurer, and fintech teams can align pilot governance packs before model launch.

Bilingual reference data

English and Arabic labels are returned together, including terms such as العدالة وعدم التمييز and المساءلة البشرية.