Skip to main content
POST
/
runway
/
v1
/
pro
/
act_one
official-format (act one emotion migration)
curl --request POST \
  --url https://api.example.com/runway/v1/pro/act_one
Runway’s act one emotion migration.mdx for the act one emotion migration API.
curl -X POST "https://gptproto.com/runway/v1/pro/act_one" \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "video": "http://source.wike.cc/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
  "image": "http://source.wike.cc/1.jpeg",
  "options": {
    "motion_multiplier": 3,
    "flip": true
  }
}'
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Parameters

ParameterTypeRequiredDefaultDescription
videostring❌ Nohttp://source.wike.cc/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4Video parameter
imagestring❌ Nohttp://source.wike.cc/1.jpegImage parameter
optionsobject❌ No{"motion_multiplier": 3, "flip": true}Options parameter