Poll task result
概览与任务
查询任务结果
GET
Poll task result
轮询该接口直到任务进入终态。
终态包括
succeeded、failed、timeout 和 canceled。如果任务失败,请读取 error 对象。授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
示例:
"ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
响应
200 - application/json
Standard Task object
mountsea standard Task object. Output shape depends on capability (image / video / audio).
示例:
"ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
示例:
"google/veo-3.1/text-to-video"
示例:
"veo-3.1"
可用选项:
image, video, audio 示例:
"text-to-video"
可用选项:
queued, processing, succeeded, failed, timeout, canceled Populated when status=succeeded; null while in-flight.
- Option 1
- Option 2
- Option 3