{
"model": "vidu/viduq2",
"content": [
{
"type": "text",
"text": "两个小孩放烟花"
}
],
"duration": 4,
"extra_body": {
"type": "text2video",
"resolution": "720p",
"movement_amplitude": "auto"
}
}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": "vidu/viduq2",
"content": [
{
"type": "text",
"text": "两个小孩放烟花"
}
],
"duration": 4,
"extra_body": {
"type": "text2video",
"resolution": "720p",
"movement_amplitude": "auto"
}
}'{
"created": 1749719668,
"data": {
"id": "830674162707124224^^vidu-2.0^^0",
"status": "created",
"failure_reason": "",
"url": "",
"duration": ""
}
}