本文档由bestai 制作,推荐使用 best ai 文档、API 调试、API Mock、API 自动化测试!
Authorization: Bearer ********************{
"duration": 5,
"img_id": 1,
"model": "v6",
"template_id": 0,
"prompt": "string",
"quality": "720p",
//"sound_effect_switch":true
}curl --location '/openapi/v2/video/img/generate' \
--header 'API-KEY: {{YOUR_API_KEY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"duration": 5,
"img_id": 1,
"model": "v6",
"template_id": 0,
"prompt": "string",
"quality": "720p",
//"sound_effect_switch":true
}'{}