Wan 2.2 Animate Replace (Image-to-Video)
Setup your API Key
How to Make a Call
API Schemas
Video Generation
A HTTPS URL pointing to a video or a data URI containing a video. This video will be used as a reference during generation.
A direct link to an online image or a Base64-encoded local image. If the input image does not match the chosen aspect ratio, it is resized and center cropped
The resolution of the output video, where the number refers to the short side in pixels.
480pPossible values: Number of inference steps for sampling. Higher values give better quality but take longer
20If set to true, the safety checker will be enabled.
Shift value for the video.
5The quality of the generated video.
highPossible values: The write mode of the output video. Faster write mode means faster results but larger file size, balanced write mode is a good compromise between speed and quality, and small write mode is the slowest but produces the smallest file size
balancedPossible values: The ID of the generated video.
60ac7c34-3224-4b14-8e7d-0aa0db708325The current status of the generation task.
completedPossible values: Fetch the video
Bearer key
<REPLACE_WITH_YOUR_GENERATION_ID>The ID of the generated video.
60ac7c34-3224-4b14-8e7d-0aa0db708325The current status of the generation task.
completedPossible values: Full Example: Generating and Retrieving the Video From the Server
Last updated
Was this helpful?