Back to WeChat
TikHub·WeChat
WeChat Channels V2: Get WeChat Channels Collection Videos
/api/v1/wechat_channels/v2/fetch_collection_videossync$0.015 / callGiven a collection topicid (from fetchusercollections), return the video list inside that collection.. Each video carries a media object (url / urltoken / decodekey) ready for download and decryption.. Supports pagination for more videos.. 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 … (TikHub · WeChat Channels V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| topic_id | string | yes | Collection ID (numeric, from topicid of fetchusercollections) |
| topic | string | — | Collection name (optional, improves hit rate) (default "") |
| username | string | — | Creator finder username (optional, improves hit rate) (default "") |
| last_buffer | string | — | Pagination cursor (base64), leave empty for first page (default "") |
| topic_type | integer | — | Collection type, default 16 (align with topictype from fetchusercollections) (default 16) |
| 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_collection_videos","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.