Access 87,000+ verified Islamic sources via a simple REST API. Build intelligent Islamic applications powered by authentic scholarship.
Get started with a single command.
npm install muslimait# Set your API key
export MUSLIMAIT_API_KEY=mai_live_your_key
# Ask a question
npx muslimait ask "What are the five pillars of Islam?"
# Search sources
npx muslimait search "patience"const { MuslimAIT } = require('muslimait');
const ai = new MuslimAIT('mai_live_your_key');
const response = await ai.ask('What is zakat?');
console.log(response.answer);One endpoint. Any language. Instant answers.
const { MuslimAIT } = require('muslimait');
const ai = new MuslimAIT('mai_live_your_key');
const response = await ai.ask('What are the five pillars of Islam?');
console.log(response.answer);
console.log(response.sources);{
"answer": "The five pillars of Islam are the foundational acts of worship...",
"sources": [
{ "title": "Sahih al-Bukhari 8", "score": 0.95 },
{ "title": "Sahih Muslim 16", "score": 0.91 }
],
"usage": {
"tokensIn": 1250,
"tokensOut": 180,
"latencyMs": 1340,
"dailyRemaining": 9,
"monthlyRemaining": 299
}
}Everything you need to build Islamic knowledge applications.
Access 87,000+ verified Islamic texts including Quran, Hadith, Tafsir, and scholarly works.
Retrieval-Augmented Generation ensures answers are grounded in authentic Islamic scholarship.
Average response time under 2 seconds powered by Groq inference infrastructure.
Every response includes source citations so you can verify and reference the original texts.
Single endpoint, Bearer token auth. Integrate in minutes with any language or framework.
Built-in rate limiting with clear headers. Know your usage and remaining quota at all times.
Start free. Scale as you grow.
Create your free API key and start building with Islamic knowledge in under a minute.
Create Free API Key