{ "resolution": "480P", "cameraFixed": true, "duration": 5, "ratio": "1:1", "notifyHook": "https://abc.com/webhook/", "prompt": "海水在拍打沙滩,慢慢推进镜头" }
curl --location --request POST 'https://api.aihuihua.com/api/v2/video/text2Video' \ --header 'Authorization: Bearer 1333_zrT4KITp20HcxxxxxxxxxxRD2C513FK40Pvq' \ --header 'Content-Type: application/json' \ --data-raw '{ "resolution": "480P", "cameraFixed": true, "duration": 5, "ratio": "1:1", "notifyHook": "https://abc.com/webhook/", "prompt": "海水在拍打沙滩,慢慢推进镜头" }'
{ "code": 1, "description": "Submit success", "result": "123" }