{
"contents": [
{
"parts": [
{
"text": "Using the provided image of my cat, please add a small, knitted wizard hat on its head. Make it look like it's sitting comfortably and not falling off."
},
{
"inline_data": {
"mime_type": "image/png",
"data": "<BASE64_IMAGE_DATA>"
}
}
]
}
]
}curl --location --request POST 'v1beta/models/gemini-3.1-flash-image-preview:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{
"text": "Using the provided image of my cat, please add a small, knitted wizard hat on its head. Make it look like it'\''s sitting comfortably and not falling off."
},
{
"inline_data": {
"mime_type": "image/png",
"data": "<BASE64_IMAGE_DATA>"
}
}
]
}
]
}'{}