بناء أي شيء. دمج كل شيء.
واجهة برمجة تطبيقات REST كاملة مع نطاقات دقيقة ومصادقة الرمز المميز وحدود المعدل القابلة للتكوين - بالإضافة إلى خطافات الويب الموقعة بواسطة HMAC والتي تدفع الأحداث في الوقت الفعلي إلى أنظمتك.
Full Platform Access, Programmatically
Every feature in the UI is available through the API. Build custom integrations without limitations.
Full REST API
Manage accounts, schedule posts, retrieve analytics, configure automations, manage users. RESTful design, JSON responses, pagination.
Sanctum Token Auth
Generate personal access tokens with granular scopes. Each token tied to a user. Revoke instantly.
Granular Scopes
Read-only, publishing, analytics, user management, automation control. Principle of least privilege at the token level.
Configurable Rate Limits
Generous defaults, configurable per plan. Enterprise customers get custom limits. Rate headers in every response.
HMAC-Signed Webhooks
Every payload signed with HMAC-SHA256. Verify on your end — cryptographic trust for every notification.
Retry Mechanism
Exponential backoff for failed deliveries. Full retry history with status codes and response bodies.
7+ أنواع الأحداث Webhook
Subscribe to the events that matter. Real-time data pushed, not polled.
post.published
A scheduled post goes live
post.failed
A post fails to publish
engagement.threshold
Engagement hits a defined level
mention.detected
A new brand mention is captured
report.generated
A report finishes building
user.created
A new user is provisioned
automation.executed
An automation rule fires
آمن حسب التصميم
curl -X POST \
https://api.viraldashboard.com/v1/posts \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-d '{
"content": "Hello world!",
"platforms": ["instagram", "linkedin"],
"schedule_at": "2026-04-01T10:00:00Z"
}'
كيف يعمل
Generate a Token
Create an API token from your dashboard. Assign scopes. Copy — shown only once.
Build Your Integration
Use the REST API for data and actions. Register webhook endpoints for real-time events.
Monitor & Manage
Track usage, delivery status, and errors from your developer dashboard. Rotate keys and adjust scopes.
Your Stack. Your Rules. Our API.
Full developer control. Build custom integrations, connect your tools, and extend the platform in any direction.
No credit card required. Cancel anytime.