{
"type": "video_gen",
"prompt": "fly man",
"n_variants": 1,
"n_frames": 150,
"height": 480,
"width": 854,
"style": "natural",
"inpaint_items": [
{
"url": "" // 图片 url,可选参数,如有图片,只需要填 url,inpaint_items 中的其他参数不需要,会自动获取
}
],
"operation": "simple_compose"
}
curl --location --request POST '/sora/backend/video_gen' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "video_gen",
"prompt": "fly man",
"n_variants": 1,
"n_frames": 150,
"height": 480,
"width": 854,
"style": "natural",
"inpaint_items": [
{
"url": "" // 图片 url,可选参数,如有图片,只需要填 url,inpaint_items 中的其他参数不需要,会自动获取
}
],
"operation": "simple_compose"
}'