Files
JieXi/开发文档/自部署解析.postman_collection.json
2025-11-28 21:20:40 +08:00

181 lines
3.7 KiB
JSON

{
"info": {
"_postman_id": "19126577-9e30-48ce-ad50-bea77c5f7266",
"name": "自部署解析",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "49242368",
"_collection_link": "https://lixin0229-2646365.postman.co/workspace/shihao's-Workspace~249f47cc-12a0-4152-8c64-d21cf5552a6c/collection/49242368-19126577-9e30-48ce-ad50-bea77c5f7266?action=share&source=collection_link&creator=49242368"
},
"item": [
{
"name": "抖音自部署提取视频ID",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://dy.zoomcaronline.net/api/douyin/web/get_aweme_id?url=https://v.douyin.com/KOxslyaGzCY/ 07/10 ZZz:/ L@j.CH",
"protocol": "https",
"host": [
"dy",
"zoomcaronline",
"net"
],
"path": [
"api",
"douyin",
"web",
"get_aweme_id"
],
"query": [
{
"key": "url",
"value": "https://v.douyin.com/KOxslyaGzCY/ 07/10 ZZz:/ L@j.CH"
}
]
}
},
"response": []
},
{
"name": "抖音自部署获取视频数据",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://dy.zoomcaronline.net/api/douyin/web/fetch_one_video?aweme_id=7576474555553706981",
"protocol": "https",
"host": [
"dy",
"zoomcaronline",
"net"
],
"path": [
"api",
"douyin",
"web",
"fetch_one_video"
],
"query": [
{
"key": "aweme_id",
"value": "7576474555553706981"
}
]
}
},
"response": []
},
{
"name": "抖音自部署视频下载",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://dy.zoomcaronline.net/api/download?url=https://v.douyin.com/KOxslyaGzCY/ 07/10 ZZz:/ L@j.CH",
"protocol": "https",
"host": [
"dy",
"zoomcaronline",
"net"
],
"path": [
"api",
"download"
],
"query": [
{
"key": "url",
"value": "https://v.douyin.com/KOxslyaGzCY/ 07/10 ZZz:/ L@j.CH"
}
]
}
},
"response": []
},
{
"name": "tiktok自部署提取视频ID",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://dy.zoomcaronline.net/api/tiktok/web/get_aweme_id?url",
"protocol": "https",
"host": [
"dy",
"zoomcaronline",
"net"
],
"path": [
"api",
"tiktok",
"web",
"get_aweme_id"
],
"query": [
{
"key": "url",
"value": null
}
]
}
},
"response": []
},
{
"name": "tiktok自部署获取视频数据",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://dy.zoomcaronline.net/api/tiktok/app/fetch_one_video?aweme_id=7556964678446959879",
"protocol": "https",
"host": [
"dy",
"zoomcaronline",
"net"
],
"path": [
"api",
"tiktok",
"app",
"fetch_one_video"
],
"query": [
{
"key": "aweme_id",
"value": "7556964678446959879"
}
]
}
},
"response": []
},
{
"name": "tiktok自部署视频下载",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://dy.zoomcaronline.net/api/download?url=https://www.tiktok.com/@janice_yoong/video/7556964678446959879?is_from_webapp=1%26sender_device=pc",
"protocol": "https",
"host": [
"dy",
"zoomcaronline",
"net"
],
"path": [
"api",
"download"
],
"query": [
{
"key": "url",
"value": "https://www.tiktok.com/@janice_yoong/video/7556964678446959879?is_from_webapp=1&sender_device=pc"
}
]
}
},
"response": []
}
]
}