Back to WeChat
TikHub·WeChat
WeChat Channels V2: Get WeChat Channels Video Comments
/api/v1/wechat_channels/v2/fetch_video_commentssync$0.015 / callGet first-level comments of a video (with IP region / like count); pass commentid to get second-level replies under that comment.. Supports pagination for more comments.. 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 respons… (TikHub · WeChat Channels V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| object_id | string | yes | Video objectId (numeric) |
| last_buffer | string | — | Pagination cursor (base64), leave empty for first page (default "") |
| comment_id | string | — | Pass a commentId (numeric) to expand its replies, leave empty for first-level comments (default "") |
| raw | boolean | — | True=raw response; False=simplified parsed structure (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_video_comments","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.