Error
A valid request URL is required to generate request examples{
"livekit": {}
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}Streams
Spectate stream
Get LiveKit connection details to watch a stream’s raw video as a spectator. Only available for native transport streams. Connect with any LiveKit client SDK.
The returned token is subscribe-only (cannot publish) and valid for 5 minutes. Call this endpoint again to get a fresh token.
POST
/
streams
/
{stream_id}
/
spectate
Error
A valid request URL is required to generate request examples{
"livekit": {}
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}{
"error": "<string>",
"request_id": "<string>",
"details": null
}The v0.2 API is deprecated. New integrations should use v1.
Authorizations
Provide your API key in the Authorization header as 'Bearer <api_key>'
Path Parameters
Response
Spectator token generated
LiveKit connection details for spectating a stream.
LiveKit connection details (url + token) for spectating. Connect with a LiveKit SDK to watch the stream.
Show child attributes
Show child attributes