post https://api.movio.la/v1/template.generate
Generate video from template
Request Body
Field | Type | Description |
---|---|---|
template_id | string | Unique identifier for the template video. |
test | bool | Set the test flag to true to use test mode. Generation in test mode will not cost your credits and will contain a watermark on your video. |
title | string | Optional, Your video title. |
variables | List of variables you want to replace. | |
variables[].name | string | The name of the variables. |
variables[].properties | Object | Properties of the variables you want to replace. |
Response
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the object. |
error | json | Optional, the error detail of the video. |
status | string | Video status, one of - processing (The video is rendering)- completed (The video render success)- failed (An error occurred when rendering video). |