Get AI Explanation
Returns a detailed, scholarly-verified insight and contextual explanation for a given hadith using the proprietary MuminAI layer.
GET
🔐Auth Requiredhttps://api.mumin.ink/hadiths/:id/explainPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the Hadith |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
language | string | No | Language code for the explanation (default: en) |
Response
Returns the AI-augmented metadata explanation according to MuminAI rules.
{
"id": 1,
"hadithId": 25,
"languageCode": "en",
"content": {
"short_meaning": "Faith is built upon foundations...",
"social_summary": "Pillars of Islam defined.",
"long_meaning": "A comprehensive discussion about...",
"context": "Context of narration...",
"legal_note": "Consensus on obligations...",
"benefit": "Guidance on practice.",
"certainty_level": "Verified"
},
"provider": "MuminAI",
"model": "Scholarly-v1"
}Try It Live! 🧠
GET
/hadiths/1/explain🔥 Try it live!
Get your API key from dashboard.mumin.ink
language