Skip to main content

API Reference

tip

This document helps you quickly understand the server APIs provided by RTC services. All APIs come with corresponding debugging links (developer account login required).

User Management Service

RC RTC shares user registration APIs with IM services for obtaining Tokens.

Feature/DocumentMethodAPI URLPolaris API Debugging Link
Register UserPOST/user/getToken.jsonRedirect to IM service API Debug

Room Member Management

Feature/DocumentMethodAPI URLPolaris API Debugging Link
Query Room MembersPOST/rtc/room/query.jsonAPI Debug
Kick UserPOST/rtc/user/kick.jsonAPI Debug
Ban UserPOST/rtc/user/block.jsonAPI Debug
Unban UserPOST/rtc/user/unblock.jsonAPI Debug
Ban User in Specified RoomPOST/v2/rtc/rooms/{room_id}/block-usersAPI Debug
Unban User in Specified RoomDELETE/v2/rtc/rooms/{room_id}/block-usersAPI Debug

Room Termination Service

Feature/DocumentMethodAPI URLPolaris API Debugging Link
Terminate RTC RoomDELETE/v2/rtc/rooms/{room_id}API Debug

Low-Latency Live Streaming

Feature/DocumentMethodAPI URLPolaris API Debugging Link
Live Stream MixingPOST/rtc/mcu/config.jsonAPI Debug
Push to Third-Party CDNPOST/rtc/mcu/config.jsonAPI Debug
Placeholder WatermarkPOST/v2/rtc/mcu/placeholdAPI Debug

Cloud Recording

Feature/DocumentMethodAPI URLPolaris API Debugging Link
Start RecordingPOST/rtc/record/start.jsonAPI Debug
Change LayoutPOST/rtc/record/config.jsonAPI Debug
Stop RecordingPOST/rtc/record/stop.jsonAPI Debug

Cloud Player

Feature/DocumentMethodAPI URLPolaris API Debugging Link
Start PlaybackPOST/v2/rtc/cloudplayer/startAPI Debug
Stop PlaybackPOST/v2/rtc/cloudplayer/stopAPI Debug

Content Moderation

Feature/DocumentSpecific API/DocumentMethodAPI URLPolaris API Debugging Link
Task ManagementStart ModerationPOST/rtc/contentcensor/start.jsonAPI Debug
Task ManagementStop ModerationPOST/rtc/contentcensor/stop.jsonAPI Debug