Getting Started
Quick Start Guide

Quick Start

Let's get your first API response in under 5 minutes. 🚀

1. Create an Account

Sign up at dashboard.mumin.ink (opens in a new tab)

You'll receive 1,000 free credits to get started!

2. Get Your API Key

  1. Navigate to API Keys
  2. Click "Create New Key"
  3. Copy your API key (starts with sk_mumin_)
⚠️

Important: Store your API key securely. It will only be shown once!

Make Your First Request

Try this interactive example - it makes a real API call! 🔥

GET/hadiths/1
🔥 Try it live!

Get your API key from dashboard.mumin.ink

lang

3. Try Different Languages

We have SDKs for JavaScript, React, and Vue. For other languages, use standard HTTP requests.

javascript✨ Live Editor

Next Steps

Common Use Cases

### Get Random Hadith Great for "Hadith of the Day" widgets.
GET/hadiths/random
🔥 Try it live!

Get your API key from dashboard.mumin.ink

lang
### Search Hadiths Full-text search across all languages.
GET/hadiths/search
🔥 Try it live!

Get your API key from dashboard.mumin.ink

q
lang
limit

Need Help?