Authorization: Bearer ********************{
"model": "gpt-image-2",
"prompt": "这个人在抖音直播间正在直播带货",
"size": "1024x1024",
"n": 1,
"upscale": "2K",
"reference_images": [
"https://example.com/ref1.jpg",
"data:image/png;base64,iVBORw0KG..."
]
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt": "这个人在抖音直播间正在直播带货",
"size": "1024x1024",
"n": 1,
"upscale": "2K",
"reference_images": [
"https://example.com/ref1.jpg",
"data:image/png;base64,iVBORw0KG..."
]
}'{
"created": 1777013921,
"data": [
{
"url": "/p/img/img_1e4b8f2119ca465f9773dc14/0?exp=1777100321935\u0026sig=1a45b171e035da05855b586b",
"file_id": "file_0000000046f071f5a749be209524c3a1"
}
],
"task_id": "img_1e4b8f2119ca465f9773dc14"
}