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 'https://api.kuai.host/openapi/v2/video/multi_transition/generate' \
--header '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"
}'{}