Authorization: Bearer ********************{
"image_references": [
{
"type": "subject",
"img_id": 0,
"ref_name": "dog"
},
{
"type": "background",
"img_id": 0,
"ref_name": "room"
}
],
"prompt": "@dog plays at @room",
"model": "v5.6",
"duration": 5,
"quality": "720p",
"aspect_ratio": "16:9",
"seed": 123456789
}curl --location 'https://api.kuai.host/openapi/v2/video/fusion/generate' \
--header 'API-KEY: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_references": [
{
"type": "subject",
"img_id": 0,
"ref_name": "dog"
},
{
"type": "background",
"img_id": 0,
"ref_name": "room"
}
],
"prompt": "@dog plays at @room",
"model": "v5.6",
"duration": 5,
"quality": "720p",
"aspect_ratio": "16:9",
"seed": 123456789
}'{}