Skip to main content
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 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

region
string
required

Region code, region, such as US

sales_flag
integer

Whether it is a product promotion video, 1 = product promotion video, 0 = non - product promotion video

created_by_ai
string

true / false, Is AI video

min_create_time
integer

Publishing time range filter

max_create_time
integer

Publishing time range filter

min_duration
integer

Release duration range

max_duration
integer

Release duration range

video_sort_field
integer

List sorting enumeration 1=total_digg_cnt 2=create_time 3=total_views_cnt

sort_type
integer

Sort order, 0=asc 1=desc

product_category_id
string

Category ID of associated products

is_ad
integer

Whether it is an advertisement video, 1 = advertisement video, 0 = non - advertisement video

product_id
string

Product ID associated with the video

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