Skip to main content
GET
查询任务

Authorizations

Authorization
string
header
required

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

Path Parameters

action
enum<string>
required

任务类型,与创建任务时的端点对应。

Available options:
generations,
text2video,
image2video,
lip-sync,
kolors-virtual-try-on
Example:

"text2video"

task_id
string
required

创建任务接口返回的任务 ID。

Example:

"860260753860210752"

Response

成功获取任务状态

code
string

响应码

Example:

"success"

message
string

响应消息

Example:

""

data
object