Authorization: Bearer ********************{
"model_name": "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": 0,
"callback_url": "string"
}curl --location --request POST 'https://api.aisharing.top/kling/v1/videos/text2video' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "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": 0,
"callback_url": "string"
}'{
"code": 0,
"message": "SUCCEED",
"request_id": "795f5ea4-7746-4e3a-a184-75d44240f87f",
"data": {
"task_id": "814237883686625347",
"task_status": "submitted",
"task_info": {},
"created_at": 1762157958060,
"updated_at": 1762157958060
}
}