Create a new Video
Creates a new Video with the specified details
post/videos
Request body
Example request
{
"moments": [
{
"zoom": {
"keyframes": [
{
"time": 0,
"scale": 1
},
{
"time": 1,
"scale": 1.5,
"easing": [
0.42,
0,
0.58,
1
]
}
]
},
"broll": {
"zoom": {
"keyframes": [
{
"time": 0,
"scale": 1
},
{
"time": 1,
"scale": 1.5,
"easing": [
0.42,
0,
0.58,
1
]
}
]
}
}
}
]
}Response
Successfully created Video