curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "happyhorse/image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "一只猫在草地上奔跑",
"image_urls": [
"https://loremflickr.com/400/400?lock=7345384230281258"
],
"resolution": "1080p",
"duration": 5,
"seed": 82613029
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_bytedance_1765186743319"
}
}