v1

latestOpenAPI 3.1.02026-07-26793302.3 KB

Feed Task Query API

post/runway/feed

Headers

X-Runway-Versionstring

Request body

task_idstring 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.

ipstring

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
}