wechat-channels/v2/video-share-url
Given a video `object_id`, return a shareable `weixin.qq.com/sph/…` short link (the inverse of the `share_url` input of `fetch_video_detail`). Price: $0.01 per request ⏱️ Due to WeChat server latency, this endpoint respo...
Input
Idle
Example output — click Run to generate your own
API README
Generate WeChat Channels Video Share URL
Purpose:
- Given a video
object_id, return a shareableweixin.qq.com/sph/…short link (the inverse of theshare_urlinput offetch_video_detail). - Price: $0.01 per request
- ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request timeout to 30 seconds — a timeout that is too small may result in being billed without receiving the response. Parameters:
- object_id: Video objectId (numeric), e.g.
14941130915890399732. From the videoidoffetch_user_videos/fetch_video_detail. - raw: Optional, default True. True=raw response; False=simplified parsed structure. Return:
- Video share short link
Response structure & JSON Path:
raw=false (simplified):
- Input echo:
$.data.object_id - Generated share link (feed directly into
share_urloffetch_video_detail):$.data.share_url
raw=true (raw):
- Status code:
$.data.baseResponse.ret - Share link:
$.data.feedH5Url - List form (per item when batched):
$.data.urlList[N].feedH5Url/$.data.urlList[N].objectId - Mapping:
share_urlof raw=false comes fromfeedH5Url(orurlList[0].feedH5Url) of raw=true;object_idis the input echo.
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

