Create a playback ID
POST {{baseUrl}}/video/v1/assets/:ASSET_ID/playback-ids
Creates a playback ID that can be used to stream the asset to a viewer.
Request Body
{"policy"=>"public"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"policy":"public","id":"Lj02VZDorh9hCV00flNqPli8fmwf6KEppug01w8zDEYVlQ"}}