批量检测直播间是否在线/Batch check if live rooms are online

TikTokapi

About

批量检测直播间是否在线/Batch check if live rooms are online

Documentation

批量检测直播间是否在线/Batch check if live rooms are online

[中文]

用途:

  • 批量检测多个 TikTok 直播间是否在线,最大支持50个直播间ID
  • Room ID 可以通过 /api/v1/tiktok/web/get_live_room_id 获取

参数:

  • room_ids: 多个直播间 ID 的数组

返回:

  • 每个直播间的在线状态

[English]

Purpose:

  • Batch check TikTok live rooms' online status, supports up to 50 room IDs
  • Room IDs can be retrieved from /api/v1/tiktok/web/get_live_room_id

Parameters:

  • room_ids: List of TikTok live room IDs

Return:

  • Online status per room

[示例/Example]

payload = {
    "room_ids": [
        "7494491933781003054",
        "7494514925034113835"
    ]
}

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 批量检测直播间是否在线/Batch check if live rooms are online

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models