curl --location --request POST 'https://api.yoboxapp.com/gemini/v1beta/models/gemini-2.5-flash-image-preview:generateContent?key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"role": "user",
"parts": [
{
"text": "Create a detailed image of a sunset over the ocean. Generate the image as a wide rectangular image where width is greater than height."
},
{
"inlineData": {
"mimeType": "image/jpeg",
"data": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg=="
}
}
]
}
],
"generationConfig": {
"responseModalities": ["IMAGE"],
"imageConfig": {
"aspectRatio": "16:9",
"imageSize": "2K"
}
}'{}