Mint Stream Input Token
Streaming
Mint Stream Input Token
Mint a short-lived JWT for browser clients connecting to the streaming WebSocket.
POST
Mint Stream Input Token
Overview
Mints a short-lived JWT scoped to your account that can be passed as thetoken query parameter when opening Stream Speech (WebSocket). Use this from your backend so browser clients never see your long-lived API key.
Tokens are valid for 5 minutes and can only authorize a WebSocket session against the same org that minted them.
Headers
Your API key for authentication.
Body Parameters
This endpoint takes no body. POST an empty body or{}.
Response
JWT to pass as
?token=<token> on the WebSocket upgrade URL.Lifetime of the token. Currently
300 (5 minutes).null on success.Docs for agents: llms.txt