Back to Kuaishou
TikHub·Kuaishou
Kuaishou App: Video sub comments
/api/v1/kuaishou/app/fetch_video_sub_commentssync$0.0015 / callFetch sub comments (replies) under a root comment, with cursor pagination. (TikHub · Kuaishou App)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| photo_id | string | yes | Photo ID |
| root_comment_id | string | yes | Root comment ID |
| pcursor | string | — | pcursor (default "") |
| count | integer | — | 8 1-20 (default 8) |
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/kuaishou/app/fetch_video_sub_comments","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.