v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBbroadcast live
Create a live stream
Create a new live stream
For more product information, see Get started with Broadcast Live.
post/v2/sites/{site_id}/live/broadcast/streams/
Path parameters
site_idstring required
Unique identifier for a resource
Example:Ny05CEfj
Unique alphanumeric ID of the site
Request body
Example request
{
"metadata": {
"title": "My Media Title",
"description": "My media description",
"author": "Jane Doe",
"permalink": "http://www.mysite.com",
"category": "Automotive",
"publish_start_date": "2018-10-03T21:19:36.602019+00:00",
"publish_end_date": "2018-10-03T21:19:36.602019+00:00",
"tags": [
"test1",
"happy1",
"one",
"two",
"four"
],
"custom_params": {
"param1": "value1"
},
"external_id": "myvideo123"
},
"relationships": {
"ingest_point": {
"id": "Ny05CEfj"
},
"protection_rule": {
"id": "Ny05CEfj"
},
"stream_config": {
"id": "Ny05CEfj"
}
}
}Response
Success
Example response
{
"schema": "https://schema.jwplayer.com/types/thumbnail.json",
"id": "Ny05CEfj",
"created": "2019-09-25T15:29:11.042095+00:00",
"last_modified": "2019-09-25T15:29:11.042095+00:00"
}