curl --location --request POST '/v1/video/create' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2",
"orientation": "portrait",
"prompt": "make animate",
"size": "large",
"duration":15
}'