Tabcut Open API
  1. Item Video
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item Basic
      • Item Video List
      • Item Creator List
      • Item Trend
      • Item Sales Mode Distribution
      • Item Sales Channels Distribution
    • Item Creator
      • Item Creator Statistic
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Item Category
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video List
      • Item Creator Video Detail
      • Item Creator Search
      • Item Creator Trend
    • Seller
      • Seller Ranking
      • Seller Search
    • Item Video
      • Item Video Item List
        GET
      • Item Video Trend
        GET
      • Item Video Basic
        GET
      • Item Video Play Url
        GET
  • Meta APIs
    • Translation of Item category names
    • Region List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
  1. Item Video

Item Video Basic

GET
/api/item_video/basic

Request

Query Params
videoId
string 
required
Video ID
Header Params
x-appKey
string 
required
Example:
{{appKey}}
x-timestamp
string 
required
Example:
{{x-timestamp}}
x-sign
string 
required
Example:
{{x-sign}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item_video/basic?videoId=' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200Success
application/json
Body
code
string 
required
message
string 
required
result
object 
required
videoInfo
object 
required
creatorInfo
object 
required
Influencer Information
serverTime
string 
required
Example
{
  "code": "200",
  "message": "Success!",
  "result": {
    "videoInfo": {
      "videoId": "7508199527153700104",
      "videoCoverUrl": "https://cdn.tabcut.com/dataservice/media/video/cover/7508199527153700104.webp?x-oss-process=image/resize,w_246,h_246/format,webp",
      "videoUrl": "https://cdn.tabcut.com/dataservice/media/video/7508199527153700104.mp4?auth_key=1749797098-0-0-e3db8e5d6bc86801f16b3bfbba978a12",
      "videoDesc": "Alhamdulillah, it turns out that what Moana has been consuming can also be a solution for other moms for their children's GTM problems 🥹 I just learned some interesting information that Vitabumin has many awards besides halal certification and BPOM. No wonder Moana is suitable! ✨ I hope what I'm sharing can be helpful for moms who are looking for the best solution for their families 💕 Has anyone tried it? Share your experience! 🤗 #vitabuminajaa #Vitaminmoana ",
      "videoDuration": 37105, //Video Length in ms
      "discoverTime": 1748271785000,
      "createTime": 1748138936000, //Video Creation Time
      "updateTime": 1749499675000,
      "originVideoUrl": "https://www.tiktok.com/@/video/7508199527153700104?is_copy_url=1&is_from_webapp=v1",
      "creatorUid": null,
      "region": "ID", //Country
      "playCountInfo": { //Total Views
        "total": 2694358
      },
      "likeCountInfo": { //Total Likes
        "total": 80506
      },
      "shareCountInfo": { //Total Shares
        "total": 1401
      },
      "commentCountInfo": { //Total Comments
        "total": 574
      },
      "engageRate": 0.0306, //Interaction rate
      "adConsumeTotal": 1950.000000,  //Ad consumption amount
      "adPlayRate": 0.927900,  //Ad viewing ratio
      "adTransactionRate": 0.958100,  //Ad transaction ratio
      "adRoas": 1.308700, //Ad ROAS
      "adAwemeSource": 1,
      "adAwemeDaysCount": 7, // Advertising duration in days
      "adAwemeStart": "20250526", // Advertising start time
      "adAwemeEnd": "20250603" // Advertising end time
    },
    "creatorInfo": { //Influencer Information
      "uid": "73711916882",
      "avatarUrl": "https://cdn.tabcut.com/dataservice/media/user/73711916882/avatar.webp?x-oss-process=image/resize,w_246,h_246/format,webp",
      "name": "Ria Ricis",
      "uniqueId": "riaricis",
      "followerCountInfo": { //Followers
        "total": 48028641
      }
    }
  },
  "serverTime": "2025-06-13 14:34:58"
}
Modified at 2025-06-24 12:31:28
Previous
Item Video Trend
Next
Item Video Play Url
Built with