Generate a video from a text prompt using WAN 2.7. Supports configurable aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4), resolutions (720P, 1080P), optional audio input, and duration from 2 to 15 seconds.
Key features:
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Generate video from a text prompt using WAN 2.7. Supports configurable aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4), resolutions (720P, 1080P), optional audio input, and duration from 2 to 15 seconds.
Text description of the video to generate. Describe the scene, characters, motion, camera movements, lighting, and style in detail for best results.
Tips:
Examples:
5000"A serene mountain landscape at golden hour with mist rising through the valley, cinematic slow camera pan"
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"
Elements to avoid in the generated video. Use this to prevent unwanted artifacts or styles.
Examples: "blurry, low quality, watermark, text, distortion, extra limbs"
500"watermark, text, distortion, blurry, extra limbs"
URL of an audio file to guide the video generation. If not provided, the model may auto-generate audio.
Supported formats: WAV, MP3 Duration: 2-30 seconds Maximum file size: 15MB
Output video aspect ratio:
16:9: Landscape (widescreen)9:16: Portrait (vertical, mobile-optimized)1:1: Square4:3: Standard landscape3:4: Standard portrait16:9, 9:16, 1:1, 4:3, 3:4 Output video resolution:
720P: 720p HD (1280x720)1080P: 1080p Full HD (1920x1080)720P, 1080P Duration of the output video in seconds.
2 <= x <= 155
Random seed for reproducible generation. Use the same seed with identical parameters to reproduce results. Leave unset for random seed.
0 <= x <= 214748364712345
Additional generation settings.
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}