Authorization: Bearer ********************{
"callback_url": "http://baidu.com",
"video": "http://runwaycdn.rixapi.com/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation": 0.5,
"flip": true
}
}curl --location --request POST 'https://ai.kaiho.cc/runway/pro/video2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "http://baidu.com",
"video": "http://runwaycdn.rixapi.com/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation": 0.5,
"flip": true
}
}'{
"code": 0,
"msg": "string",
"data": {
"task_id": "string",
"state": "string",
"status": "string",
"prompt": "string",
"prompt_en": null,
"video_url": null,
"raw_video_url": null,
"poster": null,
"last_frame": null,
"msg": null,
"create_time": "string",
"update_time": "string"
},
"exec_time": 0
}