Field | Required | Type | Description | Default |
---|---|---|---|---|
dimensions | optional | object | width and height of resulting render | dimensions of first video element |
background_color | optional | string | hex code color value for the background color |
|
duration | optional | number | string | duration of render in seconds | last element to be displayed end time |
{
"dimensions":{
"width":1920,
"height":1080
},
"background_color":"#00000",
"duration":20000
}