Back to WeChat
TikHub·WeChat

WeChat Channels V2: Get WeChat Channels User Videos

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

Get the video list from a WeChat Channels account's homepage.. Each video carries a media object (url / urltoken / fullurl / 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 is too small may result in bei… (TikHub · WeChat Channels V2)

Input
FieldTypeRequiredDescription
usernamestringyesWeChat Channels finder username (v2…@finder format)
last_bufferstringPagination cursor (base64), leave empty for first page (default "")
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_user_videos","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.