{
"success": true,
"id": "471fbf25213a81fd8c4f783b071247081f4a9ca4",
"image": "https://www.tiktok.com/favicon.ico",
"progress_url": "https://tik-download.zylalabs.com/api/progress?id=471fbf25213a81fd8c4f783b071247081f4a9ca4",
"message": "Job started. Poll progress_url every 3–5 seconds until progress is 100, then use download_url."
}
curl --location --request GET 'https://zylalabs.com/api/3493/tiktok+clip+fetcher+api/32255/downloader?url=https://www.tiktok.com/@championsleague/video/7670919555895643424&format=mp4' --header 'Authorization: Bearer YOUR_API_KEY'
{
"success": 1,
"progress": 50,
"text": "processing",
"message": "Still processing. Keep polling this URL every 3–5 seconds until progress is 100."
}
curl --location --request GET 'https://zylalabs.com/api/3493/tiktok+clip+fetcher+api/32256/progress?id=471fbf25213a81fd8c4f783b071247081f4a9ca4' --header 'Authorization: Bearer YOUR_API_KEY'
{
"success": true,
"post_id": "7670919555895643424",
"title": "Lionel Messi, magician 🎨 #UCL",
"duration": 13,
"author": "Champions League",
"views": 3400000,
"likes": 369600,
"shares": 6835,
"comments": 2935,
"ratio": "540p",
"image": "https://p16-common-sign.tiktokcdn.com/tos-useast2a-p-0037-euttp/o8EkRyREIDAfLIN0DqpQChpemBFQFldDJZatVi~tplv-tiktokx-origin.image?dr=14575&x-expires=1790442000&x-signature=DNW5vqTlq%2Bh17h4b5stLvgwoqNQ%3D&t=4d5b0474&ps=13740610&shp=81f88b70&shcp=43f4a2f9&idc=my2",
"url": "https://www.tiktok.com/@championsleague/video/7670919555895643424"
}
curl --location --request GET 'https://zylalabs.com/api/3493/tiktok+clip+fetcher+api/32257/video+information?url=https://www.tiktok.com/@championsleague/video/7670919555895643424' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 抖音视频提取器 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
TikTok Clip Fetcher API通过URL下载公开的TikTok视频,并检索丰富的元数据(标题、作者、时长、观看次数、点赞数、缩略图)。
工作原理(下载器)
id和progress_url。progress_url),直到progress为100。download_url下载MP4文件。视频信息返回元数据,而无需下载媒体文件(当你只需细节时成本较低)。
范围
mp4、720或常见Hub质量标签以确保兼容性;输出为MP4。使用进度中的download_url获取文件。不要期望Hub代理二进制视频响应。
TikTok Clip Fetcher API提供访问数据和功能的能力描述为:通过基于URL的异步处理和进度更新检索公共TikTok视频元数据或下载视频
在请求中使用你的API密钥,按照每个端点的文档进行操作 检查端点参数以获取所需的身份验证字段
响应以JSON格式返回,字段取决于您调用的端点
浏览API文档以查看所有可用的端点 方法和所需参数
选择一个计划 复制你的API密钥 并使用文档中提供的URL和参数向任何端点发送请求