Back to WeChat
TikHub·WeChat

WeChat Channels V2: Get WeChat Channels Collection Videos

/api/v1/wechat_channels/v2/fetch_collection_videossync$0.015 / call

Given 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
FieldTypeRequiredDescription
topic_idstringyesCollection ID (numeric, from topicid of fetchusercollections)
topicstringCollection name (optional, improves hit rate) (default "")
usernamestringCreator finder username (optional, improves hit rate) (default "")
last_bufferstringPagination cursor (base64), leave empty for first page (default "")
topic_typeintegerCollection type, default 16 (align with topictype from fetchusercollections) (default 16)
rawbooleanTrue=raw response; False=simplified parsed structure (recommended for media download) (default true)

Run it

curl -s https://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.