SandBase is live — $1 in free credits on signupStart free ›

WeChat Channels modelsapi generation api

wechat-channels/v2/video-detail

Get the full detail of a WeChat Channels video (media address `media` + `decode_key`).. Three input options, **choose one, priority object_id > export_id > share_url**.

Input
Second priority, optional. `exportId` from search results (must start with `export/`). Search results often only carry `exportId` without a plain object_id — pass export_id directly in that case (it expires, use it soon).
Highest priority, optional. Video objectId (numeric), e.g. `14941130915890399732`. Obtainable from the video `id` of `fetch_user_videos` / `fetch_collection_videos`.
Optional. `feedNonceId` (numeric) from search results, pairs with the above to improve hit rate.
Optional, default True. True=raw response; False=simplified parsed structure (recommended for media download).
Last, optional. Channels share URL (`https://weixin.qq.com/sph/…`), e.g. `https://weixin.qq.com/sph/AH3sCoIPhH`. Used only when both object_id and export_id are empty.
Idle

Example output — click Run to generate your own

API README

Get WeChat Channels Video Detail

Get the full detail of a WeChat Channels video (media address media + decode_key). Three input options, choose one, priority object_id > export_id > share_url. It is suitable for wechat-channels workflows.

Capability

Get the full detail of a WeChat Channels video (media address media + decode_key). Three input options, choose one, priority object_id > export_id > share_url. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Build media monitoring, content intelligence, and publishing-support workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models

wechat-channels/v2/channel-id-to-usernameResolve a publicly visible Channel ID (`sph…` short ID) into a finder username (`v2_…@finder`).. With the username you can then call `fetch_user_videos`, `fetch_channel_info`, `fetch_user_profile`, etc.wechat-channels/v2/channel-infoGet the "More Info" of a WeChat Channels account: basic info section (IP location / profile location / **Channel ID** = public sph ID) + verification section (service unit / entity type / internet news service license number / service category / verification time).wechat-channels/v2/collection-videosEach video carries a `media` object (`url` / `url_token` / `decode_key`) ready for download and decryption.. Supports pagination for more videos.wechat-channels/v2/live-detailPass a live `live_id` to get live-room detail: anchor info, live status, online count, replay info, etc.wechat-channels/v2/live-historyGet a creator's live replay list.. Each replay is itself a video object with a `media` object (`url` / `url_token` / `decode_key`) ready for download and decryption.. Supports pagination for more replays.wechat-channels/v2/search-channel-videosIn-channel search: search a creator's published videos by keyword **within that channel only**.wechat-channels/v2/user-collectionsGet the "Collections" list on a creator's homepage.. Pass each collection's `topic_id` to `fetch_collection_videos` to get its videos.wechat-channels/v2/user-profileGet a creator's homepage profile and interaction stats.. **Complementary** to `fetch_channel_info` (verification entity / license): this endpoint provides nickname / signature / avatar, follower / video / like / favorite / forward counts, live duration, IP region, collection count, linked official accounts, etc.