Generating using a template

Submits a new video generation job using a template
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
templateJobIdstringRequired
The ID of the template job.
dynamicVariablesobjectRequired
Dynamic variables to be loaded into the template.
callbackUrlstring · nullableOptional
URL for the callback after job completion.
callbackPayloadobject · nullableOptional
Callback payload to return with the generated video once it's ready.
Responses
200
Job created successfully
application/json
idstringOptional
The ID of the created video-generation-job.
videoIdstringOptional
The provisioned ID of the generated video.
400
Bad Request. Invalid input data.
401
Unauthorized. Authentication required.
500
Internal server error.
post
/video-generation-jobs/template-jobsLast updated
Was this helpful?