Radiif Developer Portal & API

Empower Your Systems with Saudi Legal AI

Seamlessly integrate Saudi Arabia's most comprehensive legal AI search engine and document reasoning models into your enterprise CRM, ERP, and LegalTech applications.

Saudi Legal Compliance

Responses are strictly anchored in official statutes and verified judicial precedents.

Ultra-low Latency

Sub-second hybrid vector search via Qdrant & Azure AI across 50,000+ legal citations.

Standard REST & JSON

Ready-made SDK patterns for Python, PHP, Node.js, and OpenAPI 3.0 specification.

Authentication & Headers

Pass your API Key in the Authorization header as a Bearer token.

HTTPS Bearer Token
# Required HTTP Headers
Authorization: Bearer radif_live_your_api_key_here
Content-Type: application/json
Accept: application/json

Core Endpoints

Interact with our legal AI reasoning and citation search engines.

POST https://api.radiif.com/v1/legal/ask
المستشار القانوني الذكي وتوليد الإجابات الموثقة

Request Body Schema

question string (required)

نص الاستفسار أو المسألة القانونية المراد فحصها.

mode string (optional)

وضع الإجابة: simplified (مبسطة لغير المحامين والأفراد) أو professional (احترافية للمحامين).

conversation_uuid uuid (optional)

معرف المحادثة للحفاظ على سياق الأسئلة التتابعية.

200 OK Response
Response JSON Payload ● 200 OK (520ms)
{
  "success": true,
  "mode": "simplified",
  "answer": "تستحق مكافأة نهاية الخدمة عند الاستقالة بحسب مدة خدمتك وفقاً للمادة 85 من نظام العمل...",
  "citations": {
    "confidence_score": 96,
    "items": [
      {
        "type": "article",
        "title": "المادة 85 - نظام العمل السعودي",
        "article_number": "85",
        "system": "نظام العمل"
      }
    ]
  },
  "conversation_uuid": "c4b12a9e-873b-419b-b0b9-5f1712a4b882"
}
POST https://api.radiif.com/v1/legal/search
البحث الدلالي المتجهي والهجين في السوابق والمواد
curl -X POST https://api.radiif.com/v1/legal/search \
  -H "Authorization: Bearer radif_live_sample_key" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "فسخ العقد لعدم سداد الدفعات في عقود التوريد",
    "filter_type": "judgment",
    "limit": 5
  }'

Ready to build with Radiif API?

Submit a beta access request to receive your development sandbox keys and dedicated integration support.

Apply for Beta Access