The content type of the HTTP request should be application/json. Please have a look at the sample JSON body below.
Here is a sample JSON request to create a live stream.
{
"id": "6dWVR5343889MV3lQ",
"name": "My Stream",
"description": "",
"region": "euc",
"auth": false,
"encrypt": false,
"record": false,
"storageProjectId": '',
"platforms": [
{
"service": 4,
"address": "rtmp://syd03.contribute.live-video.net/app",
"streamKey": "1211212"
}
]
}