Authorization: Bearer ********************
x-api-key: ********************
{ "model_name": "kling-v1", "prompt": "镜头拉远,女生微笑", "negative_prompt": "", "duration": "5", "mode": "std", "sound": "off", "callback_url": "", "external_task_id": "", "camera_control": { "type": "simple", "config": { "horizontal": 5 } } }
curl --location '/kling/v1/videos/text2video' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model_name": "kling-v1", "prompt": "镜头拉远,女生微笑", "negative_prompt": "", "duration": "5", "mode": "std", "sound": "off", "callback_url": "", "external_task_id": "", "camera_control": { "type": "simple", "config": { "horizontal": 5 } } }'
{ "id": "908455155350638678", "task_id": "908455155350638678", "object": "video", "model": "kling-v1", "status": "", "progress": 0, "created_at": 1784621106 }