{
"prompt": "make animate",
"model": "sora_vidoe2",
"aspect_ratio": "16:9",
"hd": true,
"duration": "10"
}
curl --location --request POST '/v2/videos/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "make animate",
"model": "sora_vidoe2",
"aspect_ratio": "16:9",
"hd": true,
"duration": "10"
}'
{
"task_id": "f0aa213c-c09e-4e19-a0e5-c698fe48acf1"
}