v1

latestOpenAPI 3.0.32026-07-22112930.0 KB
Streams

Create viewer token

Issues a short-lived, subscribe-only LiveKit token so the stream owner can watch the video the model is ingesting. The token cannot publish media or data-channel messages. Connect with any LiveKit client SDK and render the remote video track.

post/streams/{stream_id}/viewer-token

Response

Viewer token issued.

idstring uuid required

The stream identifier the token was issued for.

Example response

{
  "view": {
    "expires_in_seconds": 300
  }
}