v2
latestOpenAPI 3.0.22026-07-3121671.8 KBCreate a new movie
Submit a new movie rendering job.
post/movies
Request body
Example request
{
"comment": "MyProject",
"resolution": "full-hd",
"scenes": [
{
"elements": [
{
"type": "video",
"src": "https://example.com/path/to/my/video.mp4"
}
]
}
]
}Response
Added