POST /webcast/bulk_live_check
Check live status for multiple TikTok users in a single request. Returns the same data as check_alive but for up to 100 users simultaneously.
Batch limits: Free: 1 user, Pro: up to 50 users, Ultra: up to 100 users per request. Pass usernames as a JSON array in the request body.
Response data: Returns an array with each user’s unique_id, room_id, alive status, title, and userCount. Users who are offline return alive: false with an empty room_id.
Use cases: Creator monitoring dashboards that track dozens of streamers, automated alert systems, multi-stream aggregators, or periodically scanning talent rosters to detect who’s live.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
unique_ids | string[] | Yes | Array of TikTok usernames |