v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBbroadcast live
Create a clip
Create a new media object that is a subsection of an existing media
put/v2/sites/{site_id}/live/broadcast/streams/{media_id}/clip/
Path parameters
site_idstring required
Unique identifier for a resource
Example:Ny05CEfj
Unique alphanumeric ID of the site
media_idstring required
Unique identifier for a resource
Example:Ny05CEfj
Unique alphanumeric ID of the media
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"
}
}
}Response
Success