{
"model": "kling-v2-1-master",
"prompt": "一只可爱的小猫在花园里玩耍",
"mode": "std",
"duration": 5,
"aspect_ratio": "16:9",
"negative_prompt": "模糊,低质量"
}curl --location --request POST '/kling/v1/videos/text2video' \
--header 'Authorization: sk-dTiRafkvYmyJhj1fA81d38EcA1D84aFa8196Cd7dCc4b8875' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v2-1-master",
"prompt": "一只可爱的小猫在花园里玩耍",
"mode": "std",
"duration": 5,
"aspect_ratio": "16:9",
"negative_prompt": "模糊,低质量"
}'{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"task_id": "string",
"task_status": "string",
"created_at": 0,
"updated_at": 0
}
}