Important
The service allows up to 3 concurrent requests per user.Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Body
Array of up to 4 images to use for video generation. Images must be at least 300x300px, aspect ratio between 1:2.5 ~ 2.5:1, and under 10MB
4
Image URL (must be accessible). Supported formats: jpg, jpeg, png
Positive text prompt
2500
Negative text prompt
2500
Duration of the generated video in seconds
5
, 10
Aspect ratio for the generated video
widescreen_16_9
, social_story_9_16
, square_1_1
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"
Response
OK - Get the status of the kling-elements-pro task
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}