v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB
Items

Sign m3u8 index for streaming at given quality preset

Returns pre-signed m3u8 index for streaming the requested slot with specified quality preset. 'high' quality preset is default, i.e. the same as ommiting this parameter entirely. Other quality presets are only available if the Item.slots[n].available_quality_presets field lists them for given item/slot.

get/api/v2/teams/{team_slug}/items/{item_id}/slots/{slot_name}/stream/{quality}/sign

Path parameters

team_slugstring required

Team's sluggified name

item_idstring uuid required
Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781
slot_namestring required

'ID' of the Slot to identify it within the Item. It's recommended to use numeric values satarting with 1.

Example:0

'ID' of the Slot to identify it within the Item. It's recommended to use numeric values satarting with 1.

quality'low' | 'medium' | 'high' required

Name of the quality preset.

Name of the quality preset.

Response

DatasetsV2.ItemManagement.SignSlotStreamResponse