🇹🇳Tunisia

Tounsi API

التونسي

Tounsi is the Arabic dialect spoken in Tunisia — arguably the most linguistically complex of the three Maghreb dialects. It blends Maghrebi Arabic with French, Italian, Berber, and Ottoman Turkish influences, while also showing proximity to Levantine Arabic. Tounsi is the dialect of one of Africa's most digitally-connected populations.

12M+ speakers
TTS + STT
<200ms latency

Primary Language

Tunisian Arabic

Speaker Count

12 million+

Region

Tunisia

Loanword Sources

French, Italian, Turkish, Berber

Script

Arabic (RTL)

API Dialect Code

tounsi

Sample Translations

See how real content translates into Tounsi

English

Welcome back!

Tounsi

مرحبا بيك مرة أخرى!

App greeting

English

Booking confirmed

Tounsi

الحجز متاعك مأكد

Tourism/travel

English

What can I help you with?

Tounsi

شنوة نعاونك بيه؟

Support

Linguistic Features

What makes Tounsi unique — and why it requires specialized AI

Italian loanwords from centuries of Mediterranean trade (unique in Maghreb)

Closer phonological proximity to Levantine dialects than Darija or Dziriya

French influence concentrated in technical and modern vocabulary

Complex consonant clusters — most phonologically distinct Maghreb dialect

Notable variation between Tunis, Sfax, Sousse, and southern dialects

High literacy rates mean stronger MSA influence in formal Tounsi

Use Cases

Industries building with Tounsi API

✈️

Tourism & Hospitality

Multilingual content for Tunisia's thriving tourism sector in authentic Tounsi

🚀

Startups & SaaS

App interfaces and onboarding flows for Tunisia's fast-growing tech ecosystem

👗

Retail & Fashion

Product copy, ads, and descriptions localized for Tunisian shoppers

⚖️

Legal & Finance

Contracts, terms, and financial documents translated into accessible Tounsi

Neural Voice Synthesis

Text-to-speech voices trained specifically on Tounsi

Hedi

Male

Clear, modern Tunis accent

Reem

Female

Expressive, natural Tunisian voice

Code Example

javascript
// Detect dialect, then translate to Tounsi
const detect = await fetch('https://your-api.com/api/v1/detect-dialect', {
  method: 'POST',
  headers: { 'X-API-Key': process.env.TKALAM_API_KEY, 'Content-Type': 'application/json' },
  body: JSON.stringify({ text: 'أهلاً وسهلاً في متجرنا' }),
});

const { data: detected } = await detect.json();

const translate = await fetch('https://your-api.com/api/v1/translate', {
  method: 'POST',
  headers: { 'X-API-Key': process.env.TKALAM_API_KEY, 'Content-Type': 'application/json' },
  body: JSON.stringify({
    text: 'Your booking is confirmed for tomorrow.',
    target_dialect: 'tounsi',
    style: 'neutral',
  }),
});

const { data } = await translate.json();
console.log(data.output_text);
// الحجز متاعك مأكد ليوم باكر

Start building with Tounsi today

10,000 free characters every month. No credit card required. Cancel anytime.