Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Body
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"
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 image to use for the video generation. Supported formats: URL of the image or base64 encoding of the image.
"https://img.freepik.com/free-photo/beautiful-girl-dancing_123456-7890.jpg"
Video duration in seconds
5
, 10
"5"
Whether the camera position should be fixed
false
Video aspect ratio. (If image is provided, the aspect ratio will be automatically detected from the image.)
film_horizontal_21_9
, widescreen_16_9
, classic_4_3
, square_1_1
, traditional_3_4
, social_story_9_16
, film_vertical_9_21
"widescreen_16_9"
Frames per second for the video
24
24
Random seed for video generation. Use -1 for random seed.
-1 <= x <= 4294967295
69
Response
OK - Task created successfully
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}