建造任何东西。整合一切。
完整的 REST API,具有精细范围、令牌身份验证和可配置的速率限制,以及可将实时事件推送到您的系统的 HMAC 签名 Webhook。
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.