Back to TikTok
TikHub·TikTok
TikTok Web: Batch live room start status check
/api/v1/tiktok/web/fetch_batch_check_live_alivesync$0.075 / callBatch live room start status check. Support up to 50 live rooms query at once. If a live room does not exist or has ended, the corresponding position will return empty or null. (TikHub · TikTok Web)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| room_ids | string | yes | Live room ID list separated by commas, up to 50 IDs |
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/tiktok/web/fetch_batch_check_live_alive","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.