v1

latestOpenAPI 3.1.02026-07-26793302.3 KB

Video to Video Style Redraw API

post/runway/pro/video2video

Headers

X-Runway-Versionstring

Request body

callback_urlstring required
videostring required

Use this field according to the endpoint schema.

modelstring required

Use this field according to the endpoint schema.

promptstring required

Use this field according to the endpoint schema.

Response

OK

codeinteger required

Use this field according to the endpoint schema.

msgstring required

Use this field according to the endpoint schema.

exec_timenumber required

Use this field according to the endpoint schema.

Example response

{
  "code": 200,
  "msg": "Request accepted.",
  "data": {
    "task_id": "221c136d-7888-43c3-acd3-1fcc90d51cfd",
    "state": "",
    "status": "0",
    "prompt": "",
    "prompt_en": null,
    "video_url": null,
    "raw_video_url": null,
    "poster": null,
    "last_frame": null,
    "msg": null,
    "create_time": "0",
    "update_time": "0"
  },
  "exec_time": 0
}