| 项目 | 说明 |
|---|---|
| 请求方式 | POST |
| 请求路径 | /mj/task/list-by-condition |
| 认证方式 | Authorization: Bearer {API_KEY} |
| Content-Type | application/json |
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
ids | string[] | 是 | 任务ID列表 |
[
{
"id": "1781524258075013",
"action": "IMAGINE",
"prompt": "a futuristic cityscape at sunset --v 6.1",
"status": "SUCCESS",
"progress": "100%",
"imageUrl": "www.yourdomain.com/mj/image/1781524258075013",
"buttons": []
}
]