Generate video through the video generation endpointIf successful, the response will return a success status and a task_id.
2
Step 2
Get video generation statusFill the task_id into the parameter of task_id to request the video generation status.
processing: the video is still being generated.
succeed: the video generation is complete.
3
Step 3
Poll video generation statusContinuously poll the status endpoint until the status changes to succeed. Once succeed is returned, download the video using the provided url.Note: Videos are stored for two weeks. Download your video promptly to avoid losing access.