Create a clipput https://api.jwplayer.com/v2/sites/{site_id}/live/broadcast/streams/{media_id}/clip/Create a new media object that is a subsection of an existing mediaPath Paramssite_idstringrequiredlength between 8 and 8Unique alphanumeric ID of the sitemedia_idstringrequiredlength between 8 and 8Unique alphanumeric ID of the mediaBody ParamsParameters for specifying a new clip.titlestringrequired(DEPRECATED) Title of the created clip Whilst still temporarily supported, using the value provided within the metadata object is strongly recommended.metadataobjectmetadata objecttrim_in_pointstringrequiredStart point of the clip This value must be a full date+time (ISO8601 format)trim_out_pointstringrequiredEnd point of the clip This value must be a full date+time (ISO8601 format)live_to_vod_methodstring | nullenumDefaults to nullControls how the clip is captured Possible values: hosted_capture: Clip is captured using the hosted capture flow. renditions_capture: Clip is captured directly from the output renditions. If not specified, the method configured on the parent stream is used.hosted_capturerenditions_captureAllowed:hosted_capturerenditions_captureResponses 200Success 400Invalid JSON request body 404Resource with ID supplied does not exist in account and object namespace 502A lower level service failed to process request.Updated about 2 years ago