Back to WeChat
TikHub·WeChat
WeChat Channels V2: Get WeChat Channels Video Detail
/api/v1/wechat_channels/v2/fetch_video_detailsync$0.015 / callGet the full detail of a WeChat Channels video (media address media + decodekey).. Three input options, choose one, priority objectid exportid shareurl.. 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.. ⚠️ Large-inte… (TikHub · WeChat Channels V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| object_id | string | — | Video objectId (numeric, highest priority) (default "") |
| export_id | string | — | exportId from search results (starts with export / , expires soon) (default "") |
| object_nonce_id | string | — | Optional objectNonceId (numeric, improves hit rate) (default "") |
| share_url | string | — | weixin.qq.com / sph / Share URL (https: / weixin.qq.com / sph / …), used only when objectid and exportid are empty (default "") |
| raw | boolean | — | True=raw response; False=simplified parsed structure (recommended for media download) (default true) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/wechat_channels/v2/fetch_video_detail","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.