{
"type": "video_gen",
"prompt": "a man dance in classroom",
"n_variants": 1,
"n_frames": 150,
"height": 480,
"width": 854,
"style": "natural",
"inpaint_items": [],
"model": "turbo",
"operation": "simple_compose"
}curl --location --request POST '/sora/v1/video_gen' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "video_gen",
"prompt": "a man dance in classroom",
"n_variants": 1,
"n_frames": 150,
"height": 480,
"width": 854,
"style": "natural",
"inpaint_items": [],
"model": "turbo",
"operation": "simple_compose"
}'