{
"model": "nano-banana-pro",
"prompt": "提示词",
"aspectRatio": "auto",
"imageSize": "1K",
"urls": [
"https://example.com/example.png"
],
"webHook": "https://example.com/callback",
"shutProgress": false
}curl --location --request POST 'https://maas.haoee.com/v1/draw/nano-banana' \
--header 'ModelName: nano-banana-pro' \
--header 'Authorization: {{API_KEY}}' \
--header 'lineType: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "nano-banana-pro",
"prompt": "提示词",
"aspectRatio": "auto",
"imageSize": "1K",
"urls": [
"https://example.com/example.png"
],
"webHook": "https://example.com/callback",
"shutProgress": false
}'{
"id": "xxxxx",
"results": [
{
"url": "https://example.com/example.png",
"content": "这是一只可爱的猫咪在草地上玩耍"
}
],
"progress": 100,
"status": "succeeded",
"failure_reason": "",
"error": ""
}