Generate Video
curl --location 'https://api.unifically.com/kling/v1/videos/generations' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"model": "2.1-master",
"image_url": "https://website.com/pbxt/MNRY6P3cH0BLYtBDWyAHHeidbK/cat-mario.jpg",
"prompt": "A cute cat with mario uniform, throws the dough at the wall with force",
"duration": 5, // 5s or 10s
"aspect_ratio": "16:9",
"origin_task_id": "TASKID", optional, task id to extend video or lip_sync
"negative_prompt": "" // optional
"effect": "", optional, "squish", "expansion"
}'Pricing for Available Models
Example API Response
Last updated