---
title: "Mint LiveKit token"
method: POST
path: "/radio/token"
tags: ["Radio"]
---

# Mint LiveKit token

`POST /radio/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`.

## Request body

- RadioTokenBody
  - `channel` string, required
  - `userId` string, required
  - `username` string
  - `callsign` string
  - `listenOnly` boolean

## Response `200`

Join token

- object
  - `token` string
  - `url` string
  - `room` string
  - `channel` string
  - `userId` string

## Other responses

- `400` — Bad input / ER:LC not configured / civilian disabled
- `401` — Missing or invalid key
- `403` — Insufficient scope or cross-panel serverId

---

[API](https://skmtc.dev/anchr/apis/anchor-open-developer-api.md) · [All operations](https://skmtc.dev/anchr/apis/anchor-open-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchr/anchor-open-developer-api/revisions/3a14d4cb4985/schema)
