Skip to content
Live Product Demo

Every Story
Deserves a Voice

A more refined voice experience for narration, transcription, dubbing, and agent workflows, with a stronger ear for Arabic tone, rhythm, and cultural texture.

Start Building

TTS, STT, and dubbing demos below

125/250

Trusted by product, media, and support teams building global voice experiences

Aramco
STC
NEOM
Careem
Talabat
QNB
Emirates
Etisalat
ADNOC
Noon
Aramco
STC
NEOM
Careem
Talabat
QNB
Emirates
Etisalat
ADNOC
Noon

Discover your perfect voice

Curated sample voices for narration, product UX, support, and multilingual experiences.

Sample Preview
R

Rachel

American/Narration/Calm
D

Drew

British/News/Professional
C

Clyde

Deep/Character/Intense
M

Mimi

Australian/Child/Playful
F

Fin

Irish/Energetic/Gaming
A

Antoni

American/Promo/Confident

Hear The Difference

Compare voices before you commit to one

Give buyers and builders the same confidence boost: side-by-side voice evaluation, clear character, and a faster path from shortlist to production.

Voice Comparison

Compare two voices side by side

Which sounds better?

Rate the voices to help us improve

VS
Sample Text:
Hello! I'm demonstrating the voice synthesis capabilities of the Nur AI platform.

The storytelling engine. Your voice, perfected.

Voice Generation

“In a mountain village where clouds drifted between the rooftops like stray cats, there lived an old woman named Miriam who kept a library in a cave.”

Nour
ArabicEnglish
Built for Arabic

Arabic Storytelling, Perfected

Not just translation. True Arabic intelligence that understands every dialect, cultural nuance, and linguistic subtlety — from the warmth of a Khaleeji grandmother's tale to the rhythm of Egyptian street poetry.

Dialect-aware

Every Major Dialect

From Khaleeji to Maghrebi, Egyptian to Levantine — authentic narration shaped for real regional tone, not just MSA.

Script-aware

Tajweed-Perfect Recitation

Quranic recitation with proper Tajweed rules, Makharij, and intonation. Built with respect and precision for religious content.

Tone-first

Native Naturalness

AI trained on millions of hours of native Arabic speech. Captures the warmth, emotion, and cultural authenticity that makes Arabic storytelling unique.

Supported Arabic Dialects

We don't just support Modern Standard Arabic. Every major regional dialect is available with native-level accuracy.

🇸🇦
Khaleeji
Gulf
🇪🇬
Egyptian
Egypt
🇯🇴
Levantine
Levant
🇲🇦
Maghrebi
North Africa
🇮🇶
Iraqi
Iraq
🇸🇩
Sudanese
Sudan

Each dialect includes regional vocabulary, pronunciation patterns, and cultural expressions unique to that region.

تَشْكِيل
Tashkeel

Automatic diacritization (Tashkeel) ensures perfect pronunciation of any Arabic text, even without vowel marks.

Automatic
تَجْوِيد
Tajweed

Quranic recitation follows proper Tajweed rules including Ghunnah, Qalqalah, Idgham, and Ikhfa for authentic religious content.

Quranic Accuracy

Proof from teams shipping with Nur

Arabic Podcast
Audiobook production300-page audiobook shipped in one afternoon

We turned a 300-page Arabic novel into a full audiobook in one afternoon. The voice quality is indistinguishable from human narration.

Ahmed Al-Rashidi, Head of Content
Impact Snapshot
300-page audiobook shipped in one afternoon
Audiobook production
01 / 04
For Developers

Build premium voice products faster

Move from prototype to production with low-latency APIs, real-time streaming, and SDKs for the teams shipping voice into apps, workflows, and customer experiences.

  • Streaming-ready APIs
  • Production-minded platform architecture
  • SDKs across web, backend, and mobile
  • Real-time and batch workflows
1import nur
2
3client = nur.Client(api_key="YOUR_API_KEY")
4
5audio = client.generate(
6 text="مرحباً بالعالم! هذا نور.",
7 voice="noor",
8 model="nur-v2"
9)
10
11client.play(audio)
SDK Ready

API Playground

Show the product and the API in the same scroll

Premium voice platforms feel believable when the marketing experience connects directly to the implementation surface. Let visitors configure, inspect, and imagine the exact request they would ship.

API Playground

Preview a typical Nur API request and response flow

PREVIEW
92 characters
1curl -X POST https://api.nur.ai/v1/tts \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "model": "nur-tts-1",
6 "voice": "nour",
7 "text": "Hello! I'm testing the Nur Voice API. This is an a...",
8 "language": "en"
9 }'