v1

latestOpenAPI 3.1.02026-07-26793302.3 KB

Generate with Reference Image API

post/runway/pro/generate

Headers

X-Runway-Versionstring

Request body

callback_urlstring required

Use this field according to the endpoint schema.

ratiostring required

Use this field according to the endpoint schema.

promptstring required

Use this field according to the endpoint schema.

stylestring

Use this field according to the endpoint schema.

modelstring required

Use this field according to the endpoint schema.

imagestring required

Use this field according to the endpoint schema.

last_imagestring

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
}