video2video(Video to Video, Style Re-drawing)
Request
Body Params application/json
{
"video": "http://source.baidu.com/attachments/video/runway/20241117/28ed9d05e1dc84bede45541855500aa9.mp4",
"model": "runwayml-gen3a_turbo-5",
"prompt": "pixel style",
"options": {
"structure_transformation": 0.5,
"flip": true
}
}
Request Code Samples
curl --location --request POST 'https://gptproto.com/runway/v1/pro/video2video' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "http://source.baidu.com/attachments/video/runway/20241117/28ed9d05e1dc84bede45541855500aa9.mp4",
"model": "runwayml-gen3a_turbo-5",
"prompt": "pixel style",
"options": {
"structure_transformation": 0.5,
"flip": true
}
}'
Responses
application/json Modified at 2025-07-08 06:45:04