Generate a 1080p video from image using the WAN 2.6 model.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Generate 1080p video from image using WAN v2.6 model
Main description of the video - scene, characters, motion, camera moves, style.
Tips:
Examples:
2000"A serene mountain landscape at golden hour with mist rising from the valley"
URL of the keyframe or base image to animate. Must be publicly accessible.
Supported formats: JPEG, PNG, WebP Recommended: High quality image with clear subject
"https://example.com/image.jpg"
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
Video size/orientation:
1280*720: HD landscape (1280x720)720*1280: HD portrait (720x1280)1920*1080: Full HD landscape (1920x1080)1080*1920: Full HD portrait (1080x1920)1280*720, 720*1280, 1920*1080, 1080*1920 "1280*720"
Video duration in seconds:
5: Short clip, faster generation10: Medium length, more developed action15: Longer video, most detailed scenes5, 10, 15 "5"
Things to avoid in the generated video. Use this to prevent unwanted elements.
Examples: "blurry, low quality, watermark, text, distortion, extra limbs"
1000"blurry, low quality, watermark"
Enable AI prompt optimizer to expand shorter prompts into detailed scripts. Useful when you have a simple idea but want richer video output.
false
Shot composition type:
single: Continuous single shot (default, recommended for most use cases)multi: Multi-shot sequence with scene transitions (requires enable_prompt_expansion=true)single, multi "single"
Random seed for reproducibility. Use the same seed with identical parameters to get similar results. Set to -1 for random seed.
-1 <= x <= 214748364712345
OK - Task created successfully
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}