跳转到主要内容
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 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

user_id
string

达人用户 ID,数字字符串。

unique_id
string

达人 TikTok handle,不包含 @。

influencer_video_sort_field
integer

视频列表排序字段,1=total_views_cnt,2=total_video_sale_cnt,3=total_video_sale_gmv_amt,4=create_time。

sort_type
integer

排序方向,0=升序,1=降序。

page_num
integer
必填

页码,从 1 开始,最大支持 100000。

page_size
integer
必填

每页返回数量,最大值为 10。

响应

请求成功

code
integer
必填
message
string
必填
data
object[]
必填
requestId
string
必填