Regenerate Video
Regenerates the video. Can be called to regenerate with a different template or visual style.
**Workflow:**
1. Call this endpoint to regenerate video
2. Wait for generation to complete
3. Call /publish/ to publish the video
**Parameters:**
- `template_id`: Optional ID of the video template to use.
- `user_feedback`: Optional feedback to guide chat script regeneration.
- `preserve_script`: If true (default), keeps the script and
only regenerates visuals (potentially with new template).
Path parameters
video_id
Request
This endpoint expects an object.
template_id
ID of the video template to use
user_feedback
Feedback to guide regeneration
preserve_script
If true, only regenerates visuals
Response
Video regeneration scheduled
Errors
400
Bad Request Error
404
Not Found Error

