cURL
curl --request POST \ --url https://api.freepik.com/v1/ai/image-to-video/seedance-lite-480p \ --header 'Content-Type: application/json' \ --header 'x-freepik-api-key: <api-key>' \ --data '{ "webhook_url": "https://www.example.com/webhook", "image": "https://img.freepik.com/free-photo/beautiful-girl-dancing_123456-7890.jpg", "prompt": "A beautiful girl opens her eyes and smiles warmly, the camera gently zooms in capturing the sparkle in her eyes, soft natural lighting", "duration": "5", "camera_fixed": false, "aspect_ratio": "widescreen_16_9", "frames_per_second": 24, "seed": 69 }'
200
example
{ "data": { "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "status": "IN_PROGRESS" }}
Generate a video from image using the Seedance Lite 480p model.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
OK - Task created successfully
The response is of type object.
object
Was this page helpful?