curl --location --request GET 'https://api.mmchat.xyz/open/v1/flux/result/' \
--header 'Authorization: Bearer {{METACHAT_API_KEY}}' \
--header 'X-App-ID: {{METACHAT_APP_ID}}' \
--header 'Content-Type: application/json'
{
"status": "Success",
"message": "FLUX.1 绘图任务查询成功",
"data": {
"id": "adbbe702b90a4d2cab10490d1f6de990",
"status": "success",
"progress": 100,
"fail_reason": "",
"total_points": 200,
"prompt": "给这个女子带上墨镜",
"revised_prompt": "Put sunglasses on this woman.",
"model": "flux-kontext",
"params": {
"mode": "pro",
"num": 1,
"aspect": "1:1"
},
"image_urls": [
"https://oss.com/111.png"
],
"submitted_at": 1751476863,
"started_at": 1751476863,
"finished_at": 1751476887
}
}