Authorization: Bearer ********************
{
"model": "string",
"prompt": "string",
"negative_prompt": "string",
"cfg_scale": 0,
"mode": "string",
"camera_control": {
"type": "string",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"aspect_ratio": "string",
"duration": "string",
"callback_url": "string"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/kling/v1/videos/text2video' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"negative_prompt": "string",
"cfg_scale": 0,
"mode": "string",
"camera_control": {
"type": "string",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"aspect_ratio": "string",
"duration": "string",
"callback_url": "string"
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "CjiRI2dSwzkAAAAAAK6fwA",
"data": {
"task_id": "CjiRI2dSwzkAAAAAAK6fwA",
"task_status": "submitted",
"created_at": 1733824167170,
"updated_at": 1733824167170
}
}