{
"model": "kuaishou/kling-v2-6",
"content": [
{
"type": "text",
"text": "一只可爱的小兔子,戴着眼镜,坐在桌边,看报纸,桌上放着一杯卡布奇诺"
}
],
"duration": 5,
"extra_body": {
"mode": "pro",
"sound": "on",
"aspect_ratio": "1:1"
}
}curl --location --request POST 'https://api.360.cn/v1/videos/async_generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kuaishou/kling-v2-6",
"content": [
{
"type": "text",
"text": "一只可爱的小兔子,戴着眼镜,坐在桌边,看报纸,桌上放着一杯卡布奇诺"
}
],
"duration": 5,
"extra_body": {
"mode": "pro",
"sound": "on",
"aspect_ratio": "1:1"
}
}'{
"created": 1749719668,
"data": {
"id": "830674162707124224^^vidu-2.0^^0",
"status": "created",
"failure_reason": "",
"url": "",
"duration": ""
}
}