Authorization: Bearer ********************
{
"callback_url": "http://baidu.com",
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "cinematic",
"model": "gen3",
"prompt": "笑起来,吃汉堡",
"options": {
"seconds":10,
"image_as_end_frame":false,
"flip":false,
"motion_vector": {
"x": -6.2,
"y": 0,
"z": 0,
"r": 0,
"bg_x_pan": 0,
"bg_y_pan": 0
}
}
}
curl --location --request POST 'https://api.ecovai.cn/runway/pro/generate' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "http://baidu.com",
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "cinematic",
"model": "gen3",
"prompt": "笑起来,吃汉堡",
"options": {
"seconds":10,
"image_as_end_frame":false,
"flip":false,
"motion_vector": {
"x": -6.2,
"y": 0,
"z": 0,
"r": 0,
"bg_x_pan": 0,
"bg_y_pan": 0
}
}
}'
{
"code": 200,
"msg": "成功",
"data": {
"task_id": "9034a8e8-c920-4590-9f48-3ce5df78c65a",
"state": "",
"status": "",
"prompt": "",
"prompt_en": null,
"video_url": null,
"poster": null,
"last_frame": null,
"msg": null,
"point": "",
"refund": "",
"create_time": "",
"update_time": ""
},
"exec_time": 3.23708
}