API reference
🇺🇸 English
  • 🇨🇳 Chinese
  • 🇺🇸 English
  1. reverse
API reference
🇺🇸 English
  • 🇨🇳 Chinese
  • 🇺🇸 English
  • Chat Models
    • Chat
      • Create chat completion
      • vision
    • OpenAI-Realtime
    • Completions
      • Instruct
    • Audio
      • Transcriptions
      • Translations
      • Speech
    • Image generation
      • DALL·E 3
    • Embeddings
      • Create
    • Models
      • model list
    • Help
      • 常见问题及解决办法
  • Anthropic
    • Anthropic Claude
      POST
  • Suno
    • Generate music
      POST
    • Generate lyrics
      POST
    • Upload music
      POST
    • Music concat
      POST
    • Fetch task
      GET
    • Fetch batch tasks
      POST
  • Udio
    • Generate music
      POST
    • Fetch task
      GET
  • Midjourney API
    • Quick
    • Task Submit
      • Imagine
      • Action
      • Modal
      • Blend
      • Describe
      • Shorten
      • Upload discord
    • Get Task
      • Fetch task by ids
      • Fetch task by id
      • Get seed
  • Flux
    • Official
      • Generate
      • Finetune
      • Fetch task
    • OpenAI Dalle3
  • Recraft
    • Official
      • Generate Image
      • Vectorize Image
      • Remove Background
      • Clarity Upscale
      • Generative Upscale
      • Create style
    • OpenAI Dalle3
  • Ideogram
    • Generate
    • Remix
    • Edit
    • Upscale
    • Describe
  • Luma
    • Official
      • Generate
      • Fetch task
    • Own format
      • Submit
        • Generate
        • Get video of no mark
        • 扩展视频
      • Get task
        • Get task
        • Get batch task
  • Runway
    • Official
      • image to video
      • get task
    • reverse
      • text to video
        POST
      • image to video
        POST
      • video2video
        POST
      • Act-one
        POST
      • Get task
        POST
  • Kling-API
    • Callback
    • Generate image
    • Text 2 Video
    • Image 2 Video
    • Video extend
    • Get task
    • lip-sync
    • kolors-virtual-try-on
  • Replicate
    • Generate
    • Get
  • MiniMax
    • Generate video
    • Get task
    • Get file
  1. reverse

Get task

POST
/runway/feed
Last modified:2025-02-05 11:32:38

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Authorization
string 
optional
Default:
{{YOUR_API_KEY}}
Body Params application/json
task_id
string 
任务ID
required
Example:
573772da-c2ec-4a60-987f-80b5ecc79b20
Example
{
  "task_id": "573772da-c2ec-4a60-987f-80b5ecc79b20"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/runway/feed' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "task_id": "573772da-c2ec-4a60-987f-80b5ecc79b20"
}'

Responses

🟢200成功
application/json
Body
code
integer 
required
msg
string 
required
data
object 
required
task_id
string 
任务ID
required
status
enum<string> 
状态
required
Allowed values:
0123
Default:
0
prompt
string 
描述词
required
prompt_en
string 
英文描述词
required
video_url
string 
生成的视频链接
required
poster
string 
封面(一般为首帧)
required
last_frame
string 
尾帧
required
msg
null 
错误信息
required
point
string 
任务扣除点数
required
refund
string 
是否退款(状态2均会退款)
required
Default:
0
Examples:
01
create_time
string 
任务创建时间
required
update_time
string 
任务更新时间
required
exec_time
number 
required
Examples
{
  "code": 200,
  "msg": "成功",
  "data": {
    "task_id": "573772da-c2ec-4a60-987f-80b5ecc79b20",
    "status": "3",
    "prompt": "一只小猫",
    "prompt_en": "A little cat",
    "video_url": "http://cdn.duomiapi.com/attachments/video/runway/20240822/bac2acce179f63bafa7d6597028afe39.mp4",
    "poster": "http://cdn.duomiapi.com/attachments/video/runway/20240822/50201c7893f43cb7606d0b0c13ad5d6a.png",
    "last_frame": "http://cdn.duomiapi.com/attachments/video/runway/20240822/426336fb8f95ea386af5ca82e0c17a06.png",
    "msg": null,
    "point": "200",
    "refund": "0",
    "create_time": "1724313052",
    "update_time": "1724313343"
  },
  "exec_time": 0.028943,
  "ip": "171.214.61.54"
}
Previous
Act-one
Next
Callback
Built with