Back to Douyin
TikHub·Douyin
Douyin Web: Challenge Posts
/api/v1/douyin/web/fetch_challenge_postssync$0.0015 / callChallenge Posts via TikHub's Douyin Web endpoint. (TikHub · Douyin Web)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| challenge_id | string | — | Challenge ID (default "1608846127610893") |
| sort_type | integer | — | Sort type (default 0) |
| cursor | integer | — | Cursor (default 0) |
| count | integer | — | Count (default 20) |
| cookie | string | — | User provided Cookie (default "") |
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/douyin/web/fetch_challenge_posts","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.