Skip to main content
POST
/
api
/
v1
/
nano-banana
/
edit
Nano Banana Edit
curl --request POST \
  --url https://api.goenhance.ai/api/v1/nano-banana/edit \
  --header 'Content-Type: application/json' \
  --data '{
  "args": {
    "prompt": "Turn the picture into a figurine in front of the computer",
    "ratio": "9:16",
    "image_list": [
      {
        "url": "https://cdn2.face2emoji.app/cdn-cgi/image/format=jpeg,width=1000/user/upload-data/default/448035664101645afb4f5b7b2125ccea.jpg"
      }
    ]
  }
}'
{
"code": 0,
"msg": "Success",
"data": {
"img_uuid": "c12b656c-747a-44fd-9c80-add79b0c52d5"
}
}

Headers

Authorization
string

Body

application/json
args
object
required

Response

code
integer
required
msg
string
required
data
object
required