curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "bytedance/v1-pro-text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A boy with curly hair and a backpack rides a bike down a golden-lit rural road at sunset.\n[Cut to] He slows down and looks toward a field of tall grass.\n[Wide shot] His silhouette halts in the orange haze.",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": "5",
"camera_fixed": false,
"seed": -1,
"enable_safety_checker": true
}
}'