Authorization: Bearer ********************
{ "stream_name": "linearwithrecord", "input_protocol": "rtmp", "output_protocols": [ "hls" ], "stream_type": "linear", "live_recording": false }
curl --location --request POST 'https://apistream.gotipath.com/v1/libraries/8647e6c4-6a6e-48ae-9aa3-bee1ac8f8f00/livestreams' \ --header 'Accept: application/json' \ --header 'X-Auth-ClientId;' \ --header 'X-Auth-LibraryId;' \ --header 'X-Auth-ApiKey;' \ --header 'Content-Type: application/json' \ --data-raw '{ "stream_name": "linearwithrecord", "input_protocol": "rtmp", "output_protocols": [ "hls" ], "stream_type": "linear", "live_recording": false }'
{}