{
"code": 200,
"data": {
"task_id": "task_abcdef123456",
"status": "processing",
"images": [
{
"id": "img_123456789",
"url": "https://storage.ideogram.ai/images/img_123456789.png",
"width": 1024,
"height": 1024,
"seed": 42
}
],
"created_at": "2025-03-11T08:00:00Z",
"completed_at": "2025-03-11T08:00:15Z"
},
"message": "图像生成成功"
}