Generate a video from image using the WAN 2.2 720p model.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
The image to use for the video generation. Supported formats: URL of the image or base64 encoding of the image. Each dimension (width and height) must be between 240px and 8000px. Accepted image formats: JPEG, PNG, WebP. Maximum file size: 10MB.
"https://img.freepik.com/free-photo/beautiful-girl-dancing_123456-7890.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"
The text content used for the video generation. This is the main description of the video to be generated.
2000"A beautiful girl opens her eyes and smiles warmly, the camera gently zooms in capturing the sparkle in her eyes, soft natural lighting"
Video duration in seconds
5, 10 "5"
Video aspect ratio.`
auto, widescreen_16_9, social_story_9_16, square_1_1, classic_4_3 "auto"
Random seed for video generation.
70
OK - Task created successfully
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}