Guided by Wisdom.
Powered by AI.
A spiritually-grounded conversational API. Tone detection, journey tracking, multilingual support (Arabic, Urdu, English) and Quranic references — all in one.
Returns API status, active models and configuration.
Core chat endpoint with Llama-3 fallback. Detects tone, language and intent. Supports journey flow, MCQ submissions, and general conversation.
| Field | Type | Description |
|---|---|---|
| messagerequired | string | User's message (max 1000 chars) |
| user_idrequired | string | Unique user identifier (display name) |
| categoryoptional | string | Journey category (default: "General") |
| previous_summaryoptional | object | Previous session context |
| answersoptional | array | MCQ answers array for submission |
Returns a user's journey progress, cumulative summary, loopholes and recent activity.
| Parameter | Type | Description |
|---|---|---|
| user_idpath | string | User identifier |
| categoryoptional | string | Category filter (default: "General") |
Returns all available journey categories with question counts.
Resets a user's journey progress in a specific category. Fresh start, insha'Allah.
| Parameter | Type | Description |
|---|---|---|
| user_idpath | string | User to reset |
| categoryquery | string | Category to reset (default: "General") |
Fetch all available MCQ journey categories with question counts.
Verify API is running and check model configuration.