curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "happyhorse-1-1/image-to-video",
"input": {
"image_urls": [
"https://static.aiquickdraw.com/tools/example/1782114387854_IufKnPxR.png"
],
"prompt": "A cat running on the grass",
"resolution": "1080p",
"duration": 5
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_252_abc123"
}
}