Skip to main content
GET
获取视频

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

id
string
server_id
string

响应

200 - application/json

返回 Luma 视频生成任务状态和结果。

id
string

任务 ID。

prompt
string

用于生成视频的提示词。

state
string

任务状态,例如 pending、processing 或 completed。

created_at
string<date-time>
video

任务完成后返回的视频信息。

liked
boolean | null
estimate_wait_seconds
number | null