v1

latestOpenAPI 3.1.02026-07-26793302.3 KB

Act One Expression Transfer API

post/runway/pro/act_one

Headers

X-Runway-Versionstring

Request body

videostring required

Use this field according to the endpoint schema.

imagestring required

Use this field according to the endpoint schema.

callback_urlstring required

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
}