Authorization: Bearer ********************{
"model_name": "string",
"prompt": "string",
"multi_shot": true,
"shot_type": "string",
"multi_prompt": [
{
"index": 0,
"prompt": "string",
"duration": "string"
}
],
"negative_prompt": "string",
"cfg_scale": 0,
"mode": "string",
"sound": "string",
"camera_control": {
"type": "string",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"aspect_ratio": "string",
"duration": "string",
"watermark_info": {
"enabled": true
},
"callback_url": "string",
"external_task_id": "string"
}curl --location --request POST '/kling/v1/videos/text2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "string",
"prompt": "string",
"multi_shot": true,
"shot_type": "string",
"multi_prompt": [
{
"index": 0,
"prompt": "string",
"duration": "string"
}
],
"negative_prompt": "string",
"cfg_scale": 0,
"mode": "string",
"sound": "string",
"camera_control": {
"type": "string",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"aspect_ratio": "string",
"duration": "string",
"watermark_info": {
"enabled": true
},
"callback_url": "string",
"external_task_id": "string"
}'{
"code": 0,
"message": "SUCCEED",
"request_id": "603e2a28-fb89-4146-ae33-412d74012a6d",
"data": {
"task_id": "831922345719271433",
"task_status": "submitted",
"task_info": {},
"created_at": 1766374262370,
"updated_at": 1766374262370
}
}