{
"id": "xxxxx"
}curl --location --request POST 'https://maas.haoee.com/v1/draw/result' \
--header 'ModelName: nano-banana-pro' \
--header 'Authorization: {{API_KEY}}' \
--header 'lineType: main' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "xxxxx"
}'{
"code": 0,
"data": {
"id": "xxxxx",
"results": [
{
"url": "https://example.com/example.png",
"content": "这是一只可爱的猫咪在草地上玩耍"
}
],
"progress": 100,
"status": "succeeded",
"failure_reason": "",
"error": ""
},
"msg": "success"
}