获取图片任务状态
任务管理
获取图片任务状态
查询图像生成异步任务的状态和结果
GET
获取图片任务状态
Documentation Index
Fetch the complete documentation index at: https://docs.qclawrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
说明
图像生成任务提交后,使用此接口轮询任务状态,直到状态变为succeeded。
请求示例
cURL
Python
返回示例
处理中:任务状态说明
| 状态 | 说明 |
|---|---|
pending | 等待处理 |
processing | 处理中 |
succeeded | 生成成功 |
failed | 生成失败 |