Back to WeChat
TikHub·WeChat
WeChat Channels V2: Convert Channel ID to Finder Username
/api/v1/wechat_channels/v2/fetch_channel_id_to_usernamesync$0.015 / callResolve a publicly visible Channel ID (sph… short ID) into a finder username (v2…@finder).. With the username you can then call fetchuservideos, fetchchannelinfo, fetchuserprofile, etc.. 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 recei… (TikHub · WeChat Channels V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| channel_id | string | yes | WeChat Channels ID (short ID starting with sph) |
| raw | boolean | — | True=raw response; False=simplified parsed structure (default false) |
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_channel_id_to_username","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.