Generate a video from an image using RunWay Gen4 Turbo model.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Reference image. Supports Base64 encoding or HTTPS URL (must be publicly accessible).
"https://example.com/image.jpg"
Webhook URL to notify the user when the task is completed
Aspect ratio for the generated video (width:height)
1280:720, 720:1280, 1104:832, 832:1104, 960:960, 1584:672 Duration of the generated video in seconds
5, 10 Text prompt describing what should appear in the video (1-1000 characters)
1000Random seed for reproducibility
0 <= x <= 4294967295OK - 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"
]
}