Skip to content
Start here

Token

Create signed URL tokens for videos
stream.token.create(stridentifier, TokenCreateParams**kwargs) -> TokenCreateResponse
POST/accounts/{account_id}/stream/{identifier}/token
ModelsExpand Collapse
class TokenCreateResponse:
token: Optional[str]

The signed token used with the signed URLs feature.