curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "minimax-h3/text-to-video",
"callBackUrl": "https://example.com/callback",
"input": {
"prompt": "一只猫在夕阳下的海滩上慢慢行走,电影感镜头",
"aspect_ratio": "16:9",
"duration": 6
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_bytedance_1765186743319"
}
}