Generating a video manually
Important concepts
Submits a new video generation job for processing.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
dynamicVariablesobjectOptional
Dynamic variables to be loaded into the template.
callbackstringOptional
URL for the callback.
callbackPayloadobjectOptional
Payload for the callback.
Responses
200
Job created successfully
application/json
idstringOptional
The ID of the created 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-jobsLast updated
Was this helpful?