本文档由bestai 制作,推荐使用 best ai 文档、API 调试、API Mock、API 自动化测试!
Authorization: Bearer ********************{
"multi_transition": [
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 0,
"prompt": ""
}
],
"model": "v5",
"quality": "360p",
"motion_mode": "normal"
}curl --location '/openapi/v2/video/multi_transition/generate' \
--header 'API-KEY: {{YOUR_API_KEY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"multi_transition": [
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 3,
"prompt": ""
},
{
"img_id": 0,
"duration": 0,
"prompt": ""
}
],
"model": "v5",
"quality": "360p",
"motion_mode": "normal"
}'{}