v1

latestOpenAPI 3.1.02026-07-26421935.5 KB
Radio

Mint LiveKit token

Voice join is LiveKit WebRTC. The API mints a token; your bot/client must connect with the LiveKit SDK. Response includes token, url, room, channel, and userId.

post/radio/token

Request body

channelstring required
userIdstring required
usernamestring
callsignstring
listenOnlyboolean

Example request

{
  "channel": "main"
}

Response

Join token

tokenstring
urlstring
roomstring
channelstring
userIdstring