Back to Lemon8
TikHub·Lemon8
Lemon8 App: Get topic post list
/api/v1/lemon8/app/fetch_topic_post_listsync$0.0015 / callGet topic post list via TikHub's Lemon8 App endpoint. (TikHub · Lemon8 App)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| category | string | yes | Topic category ID |
| max_behot_time | string | — | Pagination parameter (default "") |
| category_parameter | string | yes | Category parameter |
| hashtag_name | string | yes | Hashtag name |
| sort_type | string | — | Sort type (default "0") |
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/lemon8/app/fetch_topic_post_list","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.