跳转到主要内容
GET
/
v1
/
tiktok
/
video
/
list
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/video/list/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "avatar": "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/19/MS4wLjABAAAAP5MDMgXdMWNIPLlXvKUCd8Kl5CsZ49Q8MBCmrHrP_OemGSjkD6reMxXwIdixx4uK.jpg",
      "create_time": "1767213318",
      "created_by_ai": "false",
      "data_size": "1127263",
      "duration": 15,
      "height": "1280",
      "is_ad": 1,
      "product_category_list": "[]",
      "ratio": "720p",
      "reflow_cover": "https://echosell-images.tos-ap-southeast-1.volces.com/video-cover/653/7590123280372190477.jpg",
      "region": "US",
      "sales_flag": 0,
      "total_comments_cnt": 0,
      "total_digg_1d_cnt": 0,
      "total_digg_30d_cnt": 11,
      "total_digg_7d_cnt": 0,
      "total_digg_cnt": 11,
      "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": 174,
      "total_views_7d_cnt": 0,
      "total_views_cnt": 174,
      "unique_id": "ania.salon",
      "user_id": "7263534769727816746",
      "video_desc": "",
      "video_id": "7590123280372190477",
      "video_products": "[]",
      "width": "720"
    }
  ],
  "requestId": "f9edb062-585d-4cbd-a7f5-851067490ef1"
}
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

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

授权

Authorization
string
header
必填

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

查询参数

region
string
必填

地区代码,例如 US。

sales_flag
integer

是否为商品推广视频,1=商品推广视频,0=非商品推广视频。

created_by_ai
string

是否为 AI 生成视频,取值 true 或 false。

min_create_time
integer

发布时间下限筛选。

max_create_time
integer

发布时间上限筛选。

min_duration
integer

视频时长下限筛选。

max_duration
integer

视频时长上限筛选。

video_sort_field
integer

视频列表分析的筛选或查询参数。

sort_type
integer

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

product_category_id
string

关联商品的类目 ID。

is_ad
integer

是否为广告视频,1=广告视频,0=非广告视频。

product_id
string

视频关联的商品 ID。

page_num
integer
必填

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

page_size
integer
必填

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

响应

请求成功

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