带货视频详情页基础信息
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
videoId
string
视频id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item_video/basic?videoId='
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
object
必需
videoInfo
object
必需
creatorInfo
object
必需
serverTime
string
必需
示例
{
"code": "200",
"message": "成功!",
"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, ternyata yang selama ini yang Moana konsumsi bisa jadi solusi buat bunda-bunda lain juga buat permasalahan GTM anak 🥹 Ada info menarik yang aku baru tau kalau Vitabumin punya banyak penghargaan selain sertifikat halal dan BPOM. Pantas aja Moana cocok ya✨ Semoga yang aku sharing bisa bermanfaat untuk bunda-bunda yang lagi cari solusi terbaik untuk keluarga 💕 Ada yang udah pernah coba juga? Share dong pengalamannya! 🤗 #vitabuminajaa #Vitaminmoana ",
"videoDuration": 37105, //Video Length 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 time
"adAwemeStart": "20250526", // Advertising time
"adAwemeEnd": "20250603" // Advertising 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"
}
修改于 2025-06-13 06:24:48