Skip to main content
POST
/
runway
/
v1
/
pro
/
video2video
official-format (video to video)
curl --request POST \
  --url https://api.example.com/runway/v1/pro/video2video
Runway’s video to video.mdx for the video to video API.
curl -X POST "https://gptproto.com/runway/v1/pro/video2video" \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "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
  }
}'
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Parameters

ParameterTypeRequiredDefaultDescription
videostring❌ Nohttp://source.baidu.com/attachments/video/runway/20241117/28ed9d05e1dc84bede45541855500aa9.mp4Video parameter
modelstring✅ Yesrunwayml-gen3a_turbo-5The model to use for the request
promptstring✅ Yespixel stylePrompt parameter
optionsobject❌ No{"structure_transformation": 0.5, "flip": true}Options parameter