Authorization: Bearer ********************{
"model": "imagen-4.0-generate-preview",
"input": [
{
"role": "user",
"content": [
{ "type": "input_text", "text": "把这张商品图改成暖光白底海报,保留产品主体和角度" },
{
"type": "input_image",
"image_url": {
"url": "https://example.com/input-product.png"
}
}
]
}
],
"background": true,
"tools": [
{
"type": "image_generation",
"size": "1792x1024",
"action": "edit"
}
]
}curl --location --request POST '/v1/responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "imagen-4.0-generate-preview",
"input": [
{
"role": "user",
"content": [
{ "type": "input_text", "text": "把这张商品图改成暖光白底海报,保留产品主体和角度" },
{
"type": "input_image",
"image_url": {
"url": "https://example.com/input-product.png"
}
}
]
}
],
"background": true,
"tools": [
{
"type": "image_generation",
"size": "1792x1024",
"action": "edit"
}
]
}'{}