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
post
Body
modelstring ¡ enumRequiredPossible values:
promptstringRequired
The text description of the scene, subject, or action to generate in the video.
video_urlstring ¡ uriRequired
A HTTPS URL pointing to a video or a data URI containing a video. This video will be used as a reference during generation.
strengthnumber ¡ max: 1OptionalDefault:
Denoising strength for the video-to-video generation. 0.0 preserves the original, 1.0 completely remakes the video.
0.85enable_prompt_expansionbooleanOptionalDefault:
Whether to enable prompt expansion.
trueseedintegerOptional
Varying 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.
Responses
200Success
application/json
post
/v2/video/generations200Success
Retrieve the generated video from the server
get
Query parameters
generation_idstringRequired
Responses
200
Successfully generated video
application/json
get
/v2/video/generations200
Successfully generated video
Full Example: Generating and Retrieving the Video From the Server
Last updated
Was this helpful?