Authorization: Bearer ********************{
"model": "agnes-image-2.0-flash",
"prompt": "A clean product photo of a glass cube on a white studio background, soft shadows, high detail",
"size": "1024x768",
"extra_body": {
"response_format": "url"
}
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "agnes-image-2.0-flash",
"prompt": "A clean product photo of a glass cube on a white studio background, soft shadows, high detail",
"size": "1024x768",
"extra_body": {
"response_format": "url"
}
}'{
"created": 1780000000,
"data": [
{
"url": "https://storage.googleapis.com/agnes-aigc/xxx.png",
"b64_json": null,
"revised_prompt": null
}
]
}