POST
/
v1
/
ai
/
image-to-video
/
seedance-lite-480p
Create a video from image - Seedance Lite 480p
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
}'
{
"data": {
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "IN_PROGRESS"
}
}

Authorizations

x-freepik-api-key
string
header
required

Your Freepik API key. Required for authentication. Learn how to obtain an API key

Body

application/json

Response

200
application/json

OK - Task created successfully

The response is of type object.