Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Body
Prompt describing the video to generate
URL of the image to use as the first frame
The resolution of the generated video
360p
, 540p
, 720p
, 1080p
The duration of the generated video in seconds. 8s videos cost double. 1080p videos are limited to 5 seconds
5
, 8
Negative prompt to be used for the generation
The style of the generated video
anime
, 3d_animation
, clay
, cyberpunk
, comic
"anime"
The same seed and the same prompt given to the same version of the model will output the same video every time
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
{
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
],
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}