API & MCP reference / REST API
Analytics
Analytics covers TikTok, YouTube, and Instagram, and requires a Creator, Growth, or Pro plan.
GET
/v1/analyticsMetrics per published post: views, likes, comments, shares, and match_confidence.
| Parameter | Type | Description |
|---|---|---|
platform | string | tiktok · youtube · instagram |
timeframe | string | 7d · 30d · 90d · all |
POST
/v1/analytics/syncKick off a background metrics refresh. Omit platform to sync all three.
202 → { "triggered": [ { "platform": "tiktok", "runId": "run_…" } ] }