Qari API: Precision Timestamps for Quranic Recitations

Generate precise ayah and word-level timestamps using state-of-the-art AI. Built for developers building the next generation of Quran apps.

response.json
{
  "ayah": 1,
  "text": "بسم الله الرحمن الرحيم",
  "words": [
    { "word": "بِسْمِ", "start": 0.45, "end": 0.92 },
    { "word": "ٱللَّهِ", "start": 0.95, "end": 1.48 },
    { "word": "ٱلرَّحْمَٰنِ", "start": 1.52, "end": 2.10 }
  ]
}
Live API Response

Trusted by Innovative Quran Platforms

menu_bookQURANLY
layersTERTIL
wavesBAYYINAH
bolt

Fast & Accurate

Powered by Wav2Vec2 model fine-tuned on hours of premium Quranic recitations.

10 minutes of audioProcessed in under 2 seconds.
code

Simple REST API

RESTful endpoints with comprehensive Swagger documentation and SDKs.

JSON ResponseIncludes word-level offset & duration.
payments

Pay Per Use

No subscriptions or hidden fees. Only pay for what you actually process.

$0.005 / minuteBulk discounts for high-volume users.
settings_input_component

Developer Friendly

Webhooks, API keys management, and detailed analytics in one place.

Webhook SupportAsynchronous job notifications.

How it Works

1

Upload Audio

Post your audio file or public URL to our ingestion endpoint.

2

AI Processing

Our models align the audio with the Quranic text with sub-second accuracy.

3

Integrate Results

Receive timestamps via webhook or polling and render them in your app.