{
"model": "gpt-image-1",
"image": "string",
"prompt": "把背景改成赛博朋克城市夜景",
"mask": "string",
"size": "1024x1024",
"n": 1
}curl --location 'https://2-api.com/v1/images/edits' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-1",
"image": "string",
"prompt": "把背景改成赛博朋克城市夜景",
"mask": "string",
"size": "1024x1024",
"n": 1
}'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string"
}
]
}