Skip to main content
GET
/
v1
/
tiktok
/
influencer
/
videos
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/influencer/videos/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "create_time": "1736000679",
      "created_by_ai": "false",
      "data_size": "970184",
      "duration": 16,
      "height": "1024",
      "ratio": "540p",
      "reflow_cover": "https://echosell-images.tos-ap-southeast-1.volces.com/video-cover/805/7456066022957665553.jpeg",
      "region": "MY",
      "sales_flag": 1,
      "total_comments_cnt": 0,
      "total_digg_1d_cnt": 0,
      "total_digg_30d_cnt": 0,
      "total_digg_7d_cnt": 0,
      "total_digg_cnt": 8,
      "total_favorites_cnt": 0,
      "total_shares_cnt": 0,
      "total_video_sale_cnt": 0,
      "total_video_sale_gmv_amt": 0,
      "total_views_1d_cnt": 0,
      "total_views_30d_cnt": 0,
      "total_views_7d_cnt": 0,
      "total_views_cnt": 176,
      "unique_id": "mrmnaznrm_",
      "user_id": "7122344901288068123",
      "video_desc": "memang best weh ! skin nampak lebih fresh bila pakai πŸ€ͺ #faceglow #facespray #facewhitening #faceglowspray #glowingspray #whiteningspray ",
      "video_id": "7456066022957665553",
      "width": "576"
    }
  ],
  "requestId": "3afd1984-51a6-4b07-9c2a-970bf84fc446"
}
πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

user_id
string

Creator user ID (numeric string)

unique_id
string

Creator handle ID (e.g. @username without the @)

influencer_video_sort_field
integer

Video list sorting field 1=total_views_cnt 2=total_video_sale_cnt 3=total_video_sale_gmv_amt 4=create_time

sort_type
integer

Sort order, 0=asc 1=desc

page_num
integer
required

Page numbers start from 1 and go up to a maximum of 100,000.

page_size
integer
required

The maximum number of pages is 10.

Response

Success

code
integer
required
message
string
required
data
object[]
required
requestId
string
required