krea-wan-14b/video-to-video
Setup your API Key
How to Make a Call
API Schemas
Create a video generation task and send it to the server
The text description of the scene, subject, or action to generate in the video.
A HTTPS URL pointing to a video or a data URI containing a video. This video will be used as a reference during generation.
Denoising strength for the video-to-video generation. 0.0 preserves the original, 1.0 completely remakes the video.
0.85Whether to enable prompt expansion.
trueVarying the seed integer is a way to get different results for the same other request parameters. Using the same value for an identical request will produce similar results. If unspecified, a random number is chosen.
The ID of the generated video.
60ac7c34-3224-4b14-8e7d-0aa0db708325The current status of the generation task.
completedPossible values: Retrieve the generated video from the server
Successfully generated video
The ID of the generated video.
60ac7c34-3224-4b14-8e7d-0aa0db708325The current status of the generation task.
completedPossible values: The duration of the video.
8Description of the error, if any.
Successfully generated video
Full Example: Generating and Retrieving the Video From the Server
Last updated
Was this helpful?