{ "callback_url": "http://baidu.com", "prompt": "一只小猫", "model": "gen3", "options": { "seconds": 10 } }
{ "callback_url": "http://baidu.com", "ratio": "16:9", "prompt": "一只小猫", "style": "cinematic", "model": "gen3", "options": { "seconds": 10, "motion_vector": { "x": 0, "y": 0.3999999999999999, "z": 0, "r": -6, "bg_x_pan": 0, "bg_y_pan": 0 } } }
curl --location --request POST 'https://api.openai-hub.com/runway/pro/generate' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "callback_url": "http://baidu.com", "ratio": "16:9", "prompt": "一只小猫", "style": "cinematic", "model": "gen3", "options": { "seconds": 10, "motion_vector": { "x": 0, "y": 0.3999999999999999, "z": 0, "r": -6, "bg_x_pan": 0, "bg_y_pan": 0 } } }'
{ "code": 200, "msg": "成功", "data": { "task_id": "0ab3bfe2-be23-4635-8c35-890fb2c1732d" }, "exec_time": 0.67573 }