v1 realtime
Get a LiveKit room token
Generate a LiveKit JWT token for a participant to join a video/audio room.
This endpoint:
- Validates API key authentication
- Creates a token with publish + subscribe grants for the specified room
- Returns a JWT that the frontend uses to connect to the LiveKit server
**Authentication**: Requires valid API key in Authorization header
post/v1/realtime/token
Request body
Response
Successful Response
Changes
Changed in 2 of the 29 revisions of this API.2
- ○
added the new optional request property
metadatanew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
- ○