{
"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 'https://api.leebay.cyou/sora/v1/videos' \
--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"
}'
{
"code": "success",
"message": "",
"data": "task_01jhjnz502ejqsm6r37km2q637"
}