Authorization: Bearer ********************
{
"model": "kling-v1",
"prompt": "飞机飞过头顶",
"negative_prompt": "",
"cfg_scale": 0.930127850077239,
"mode": "std",
"camera_control": {
"type": "simple",
"config": {
"horizontal": -2,
"vertical": 0,
"pan": 4,
"tilt": 0,
"roll": 1,
"zoom": 6
}
},
"aspect_ratio": "16:9",
"duration": "10",
"callback_url": ""
}
curl --location --request POST 'https://api.gptgod.online/kling/v1/videos/text2video' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v1",
"prompt": "飞机飞过头顶",
"negative_prompt": "",
"cfg_scale": 0.930127850077239,
"mode": "std",
"camera_control": {
"type": "simple",
"config": {
"horizontal": -2,
"vertical": 0,
"pan": 4,
"tilt": 0,
"roll": 1,
"zoom": 6
}
},
"aspect_ratio": "16:9",
"duration": "10",
"callback_url": ""
}'
{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"task_id": "string",
"task_status": "string",
"created_at": 0,
"updated_at": 0
}
}