Skip to main content
GET
/
v1
/
tiktok
/
video
/
detail
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/video/detail/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "create_time": "1657100315",
      "created_by_ai": "false",
      "data_size": "1049064",
      "duration": 40,
      "height": "1024",
      "ratio": "720p",
      "reflow_cover": "https://p16-sign-va.tiktokcdn.com/obj/tos-useast2a-p-0037-aiso/10ac878b58bc493d95648645d9c6919f_1657100323?x-expires=1667955600&x-signature=4GZyOdFUeeE7VVOpueALfFDjs%2F4%3D",
      "region": "",
      "sales_flag": 1,
      "total_comments_cnt": 939,
      "total_digg_1d_cnt": 0,
      "total_digg_30d_cnt": 0,
      "total_digg_7d_cnt": 0,
      "total_digg_cnt": 18200,
      "total_favorites_cnt": -99999,
      "total_shares_cnt": 1649,
      "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": 211100,
      "unique_id": "ruangrinndu",
      "user_id": "7014352645545116698",
      "video_desc": "bulan lahir kalian ada ngga kira kira?",
      "video_id": "7117191641181555995",
      "width": "576"
    }
  ],
  "requestId": "5c39811c-382c-4269-a59a-035b6fcdb1c1"
}
πŸͺ™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

video_ids
string
required

Accept batch input of video_id, separated by English commas, up to a maximum of 10

Response

Success

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