简体中文
curl --location 'https://geekai.co/api/v1/videos/generations' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --data '{ "model":"kling-v1-6", "prompt":"让富春山居图动起来", "image":"https://static.geekai.co/image/2025/04/02/79b4256e75137022ddd80f3fc21b5d35.png", "async": true }'
async
true
task_id
succeed
curl --location --request GET 'https://geekai.co/api/v1/video/{task_id}/result' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}'
curl --location 'https://geekai.co/api/v1/videos/generations' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --data '{ "model":"veo-2.0-generate-001", "prompt":"根据下面的首尾帧图片生成一段大黄蜂从汽车变成机器人的视频", "image":"https://static.geekai.co/storage/2025/07/04/ec7eae8d6f4540a6b02b027ff8bc7a70.jpeg", "image_tail":"https://static.geekai.co/storage/2025/07/04/20250704145107.jpg", "async": true }'
veo-2.0-generate-001
image
curl --location 'https://geekai.co/api/v1/videos/generations' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --data '{ "model":"veo-2.0-generate-001", "prompt":"生成一段让图片1中的猫抓图片2中的蝴蝶的视频", "image":["https://static.geekai.co/image/2025/07/02/2d915923d2904e1e816c684d99abdc17.jpg","https://static.geekai.co/image/2025/07/03/9c020196e343992413ffe120bf120438.png"], "async": true }'