Authorization: Bearer ********************{
"model": "gemini-2.5-flash-image-async",
"prompt": "A futuristic cityscape at sunset with flying cars",
"n": 2,
"size": "1024x1024"
}curl --location --request POST 'https://www.s1edge.ai/v1/images/generations/async' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-2.5-flash-image-async",
"prompt": "A futuristic cityscape at sunset with flying cars",
"n": 2,
"size": "1024x1024"
}'{}