openapi: 3.0.0
info:
title: Orbii API - Foodics Business Category Assignment Orbii API Rewaa API
version: 1.0.2
description: API for retrieving micro loan KPIs, scoring, risk assessment, band classification, and related data.
servers:
- url: https://api.foodics.orbii.ai/
description: Production Server
tags:
- name: Orbii API Rewaa
paths:
/:
get:
summary: Health/Welcome
operationId: home
responses:
'200':
description: Welcome text
content:
text/plain:
schema:
type: string
example: Welcome to Orbii API - Rewaa!
tags:
- Orbii API Rewaa