本文档由bestai 制作,推荐使用 best ai 文档、API 调试、API Mock、API 自动化测试!
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 '/openapi/v2/video/fusion/generate' \
--header 'API-KEY: {{YOUR_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
}'{}