curl --location 'https://api.tvunetworks.com/urcaller/api/v2/encodingProfiles?profileName=undefined' \
--header 'SID: '{
"errorCode": "0x0",
"errorInfo": "success",
"result": [
{
"id": "string",
"name": "string",
"encodingTier": {
"videoProfile": {
"bitrate": "5M",
"resolution": "1920x1080",
"codec": "TVU264",
"cbr": true,
"deinterlace": "Auto",
"frameRate": 0,
"gop": 30,
"scale": "fast_bilinear",
"profile": "baseline,main,high",
"level": "3.0",
"preset": "ultrafast,superfast,veryfast,faster,fast,medium,slow,slower,veryslow",
"tune": "zerolatency",
"hdrType": 0,
"bpp": 0,
"transpose": 0,
"id": "string"
},
"audioProfiles": [
{
"bitrate": "128k",
"codec": "AAC",
"sampleRate": 48000,
"audioPid": 0,
"id": "string"
}
]
},
"status": 0,
"type": 0,
"templateType": 0,
"format": "string",
"streamProfile": {
"name": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"mpegtsPmtStartPid": 0,
"mpegtsStartPid": 0,
"mpegtsSctePid": 0,
"mpegtsAudioPids": [
0
],
"id": "string"
}
}
],
"async": true,
"errorBody": {}
}