five

WeChat Channels (Shipinhao) Video Downloader

收藏
RapidAPI2026-07-01 更新2026-07-02 收录
下载链接:
https://rapidapi.com/huangyunbin900/api/wechat-channels-shipinhao-video-downloader
下载链接
链接失效反馈
官方服务:
资源简介:
Resolve a WeChat Channels (Shipinhao) link into a direct, watermark-free video URL with title, author and cover.
创建时间:
2026-07-01
原始信息汇总

数据集概述:WeChat Channels (Shipinhao) Video Downloader

该API是一个用于解析微信公众号视频号(Shipinhao)分享链接的工具,能够返回无水印视频的直接下载地址及元数据信息。

核心功能

  • 接受从微信应用直接复制的视频号分享链接或分享文本。
  • 解析并返回无水印(watermark-free) 的直接视频URL。
  • 返回元数据:标题(title)、描述(desc)、作者(author)、封面图(cover)。
  • 支持视频帖(video)图片帖(image) 两种类型的内容。

身份验证

所有请求均需通过RapidAPI网关处理,需在请求头中自动添加:

  • X-RapidAPI-Key: YOUR_KEY
  • X-RapidAPI-Host: wechat-channels-shipinhao-video-downloader.p.rapidapi.com

API端点

  • 端点POST /api/sph/resolve
  • 请求体(JSON)
字段 类型 必需 描述
url string 微信视频号分享链接,或从微信复制的完整分享文本(链接会被自动提取)。
  • 请求示例: bash curl -X POST https://wechat-channels-shipinhao-video-downloader.p.rapidapi.com/api/sph/resolve -H X-RapidAPI-Key: YOUR_KEY -H X-RapidAPI-Host: wechat-channels-shipinhao-video-downloader.p.rapidapi.com -H Content-Type: application/json -d {"url": "https://weixin.qq.com/sph/XXXXXX"}

响应格式

  • 视频帖成功响应: json { "success": true, "data": { "type": "video", "title": "Post title", "desc": "Full description text", "author": "Creator nickname", "cover": "https://.../cover.jpg", "video_url": "https://finder.video.qq.com/....mp4" } }

  • 图片帖成功响应: json { "success": true, "data": { "type": "image", "title": "Post title", "desc": "Full description text", "author": "Creator nickname", "images": ["https://...1.jpg", "https://...2.jpg"] } }

  • 错误响应: json { "success": false, "error": "reason for failure" }

响应字段说明

字段 描述
type videoimage
title 帖子标题
desc 完整描述文本
author 创作者昵称
cover 封面图URL(仅视频帖)
video_url 直接、无水印的MP4 URL(仅视频帖)
images 图片URL数组(仅图片帖)

可用套餐

套餐 价格 请求配额
BASIC 免费 30次/月
PRO $19.90/月 5,000次/月
二维码
社区交流群
二维码
科研交流群
商业服务