Skip to main content
GET
/
analytics
/
video
/
{videoId}
/
metrics
Get Video Metrics
curl --request GET \
  --url https://api.d1g.qzz.io/api/v1/analytics/video/{videoId}/metrics \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "dd3c9a25-f6a0-4ef7-b227-830fa0da70e4",
    "tiktokVideoId": "v_inbox_file~v2.7562847402311370807",
    "title": "Amazing TikTok Video",
    "description": "Check out this amazing content!",
    "views": 15420,
    "likes": 1250,
    "comments": 85,
    "shares": 120,
    "engagementRate": 9.45,
    "publishedAt": "2025-01-19T09:31:40.733Z",
    "createdAt": "2025-01-19T09:31:29.265Z",
    "lastUpdatedAt": "2025-01-21T14:30:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

Use JWT token (from Supabase auth) or API key (format: sk_live_...)

Path Parameters

videoId
string
required

Internal UUID or TikTok video ID

Response

200 - application/json

Video metrics retrieved

success
boolean
Example:

true

data
object