{ "prompt": "string", "model": "sora-2", "images": [ "string" ], "aspect_ratio": "16:9", "hd": true, "duration": "10", "notify_hook": "string", "watermark": true, "private": true }
curl --location --request POST 'https://maas.haoee.com/v2/videos/generations' \ --header 'ModelName;' \ --header 'Authorization: {{KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "string", "model": "sora-2", "images": [ "string" ], "aspect_ratio": "16:9", "hd": true, "duration": "10", "notify_hook": "string", "watermark": true, "private": true }'
{ "task_id": "string" }