v1
latestOpenAPI 3.0.32026-07-22112930.0 KBStreams
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.
Example response
{
"view": {
"expires_in_seconds": 300
}
}