Runway Query 功能 - Runway 任务状态查询 - QuickRouter API 中转接口
▼
Authorization
在 Header 添加参数 Authorization,其值为 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
请求参数
Header 参数
Content-Type
string
必需
示例: application/json
Accept
string
必需
示例: application/json
Authorization
string
必需
示例: Bearer {{YOUR_API_KEY}} 请求
请求示例代码
curl --location --request GET 'https://api.quickrouter.ai/runwayml/v1/tasks/{task_id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
返回响应
响应参数 🟢 200 OK · application/json
code
integer
必需
message
string
必需
request_id
string
必需
data
object
必需
task_id
string
必需
task_status
string
必需
created_at
integer
必需
updated_at
integer
必需
{ "id": "4665a07c-7641-4809-a133-10786201bb56", "prompt": "", "state": "pending", "queue_state": null, "created_at": "2024-12-22T13:38:40.139409Z", "batch_id": "", "video": null, "video_raw": null, "liked": null, "estimate_wait_seconds": null, "thumbnail": null, "last_frame": null }