This page documents public community-server APIs. Use Authorization: Bearer <jwt> for protected routes.

Community-server endpoint groups

Example requests

POST /livekit/token Authorization: Bearer <jwt> {"room":"general-voice"}
POST /channels/{channelId}/messages Authorization: Bearer <jwt> {"content":"Hello from Tusile"}

For complete request and response payloads, open the interactive API test page your community-server exposes at GET /test — e.g. https://<your-community-host>/test.

Last updated: 2026-03-20.