{
"model": "gemini-3-pro-image-preview",
"prompt": "string",
"image_urls": [
"https://xxx.xxx.png"
],
"aspect_ratio": "",
"image_size": "1K"
}curl --location --request POST 'https://duomiapi.com/api/gemini/nano-banana-edit' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-3-pro-image-preview",
"prompt": "string",
"image_urls": [
"https://xxx.xxx.png"
],
"aspect_ratio": "",
"image_size": "1K"
}'{
"code": 200,
"msg": "success",
"data": {
"task_id": "64f16ffa-4967-b932-aa20-98044436aff8"
},
"exec_time": 0.661264,
"ip": "118.125.56.223"
}