Developer Hub

مصمم للمطورين الذين ينجزون بسرعة

ادمج واجهات الاتصال في دقائق مع مكتبات نظيفة وتوثيق شامل وبيئة اختبار تعمل فوراً.

quickstart.ts
import Zajel from '@zajel/sdk';

const client = new Zajel({
  apiKey: process.env.ZAJEL_API_KEY
});

// Send your first SMS
const message = await client.sms.send({
  to: '+201234567890',
  from: 'YourApp',
  body: 'Hello from Zajel! 🚀'
});

console.log(`Sent! ID: ${message.id}`);
15min
Average Integration Time
99.9%
API Uptime
5
SDK Languages
<2hrs
Support Response Time

SDKs & Libraries

Official SDKs in your favorite language. Fully typed, well-documented, and actively maintained.

Node.js
Python
Go
PHP
Java

Ready to start building?

Create a free account and get your API key in seconds.