{
"videoLayout": [
{
"name": "string",
"sourceType": "string",
"player": "string",
"url": "string",
"coordinates": "string",
"translucent": true,
"xMirror": true,
"yMirror": "string",
"angle": 0,
"borderSize": 0,
"borderColor": "string",
"crop2k": "string",
"crop4k": "string",
"is5D": "string",
"radius": 0
}
],
"textLayout": [
{
"name": "string",
"text": "string",
"coordinates": "string",
"textOrientation": "string",
"font": "string",
"fontSize": 0,
"fontColor": "string",
"letterSpacing": 0,
"bold": true,
"italic": true,
"underline": true,
"horAlign": "string",
"vertAlign": "string",
"bgColor": "string",
"scrollDirection": "string",
"scrollSpeed": 0,
"borderSize": 0,
"borderColor": "string",
"duration": 0,
"scrollCount": 0,
"translucent": true
}
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/layout/editLayout' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoLayout": [
{
"name": "string",
"sourceType": "string",
"player": "string",
"url": "string",
"coordinates": "string",
"translucent": true,
"xMirror": true,
"yMirror": "string",
"angle": 0,
"borderSize": 0,
"borderColor": "string",
"crop2k": "string",
"crop4k": "string",
"is5D": "string",
"radius": 0
}
],
"textLayout": [
{
"name": "string",
"text": "string",
"coordinates": "string",
"textOrientation": "string",
"font": "string",
"fontSize": 0,
"fontColor": "string",
"letterSpacing": 0,
"bold": true,
"italic": true,
"underline": true,
"horAlign": "string",
"vertAlign": "string",
"bgColor": "string",
"scrollDirection": "string",
"scrollSpeed": 0,
"borderSize": 0,
"borderColor": "string",
"duration": 0,
"scrollCount": 0,
"translucent": true
}
]
}'
{
"data": "string",
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}