
微云分享直链解析API接口
通过微云分享链接获取文件直链地址
接口文档
通过分享链接获取直链地址
接口信息
接口功能:
只能解析视频格式
调用价格:免费(3次/天)
额外费用:0.0010/次
VIP免费:否
请求方式:GET,POST
返回格式:JSON
接口状态:正常
调用次数:0
接口地址
GET,POSThttps://www.myshengong.com/api/openapi.weiyun/getDownlink
请求参数
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
apikey | string | 是 | 用户请求APIKEY |
share_link | string | 是 | 微云分享链接 |
share_pwd | string | 否 | 分享访问密码,如果有 |
返回参数说明
名称 | 类型 | 说明 |
---|---|---|
code | int | 0=成功,1=失败 |
msg | string | 消息 |
data | object | 返回数据对象 |
data.download_url | string | http直链链接,有时效性,需要尽快使用 |
data.https_download_url | string | https直链链接,有时效性,需要尽快使用 |
返回结果示例
{"code": 1,"msg":"解析成功","time":"1744031297","data": {"download_url":"http://gzc-download.weiyun.com/ftn_handler/707f1c6766008c0445aed3d517b8e77a1497d1eca2934215fc5241ad965681e2/《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4?fname=《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4&from=30111&version=3.3.3.3","https_download_url":"https://gzc-download.weiyun.com/ftn_handler/707f1c6766008c0445aed3d517b8e77a1497d1eca2934215fc5241ad965681e2/《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4?fname=《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4&from=30111&version=3.3.3.3" }}