Authorization: Bearer ********************{
"model": "nano-banana",
"prompt": "画个牛马",
"n": 1,
"size": "1024x1024"
}curl --location --request POST 'https://vibecodingapi.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "nano-banana",
"prompt": "画个牛马",
"n": 1,
"size": "1024x1024"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}