curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{\n "model": "doubao-seededit-3-0-i2i-250628",\n "prompt": "Change the bubbles into a heart shape",\n "image": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream_i2i.jpeg",\n "response_format": "url",\n "size": "adaptive",\n "seed": 21,\n "guidance_scale": 5.5,\n "watermark": true\n}'{
"created": 1753847978,
"data": [
{
"url": "https://ime.lqjmauqqw.org/O8e0UlcHYzQyIiSwniXP6UgQt4v42c5G-ept86400.jpeg"
}
],
"model": "doubao-seededit-3-0-i2i-250628",
"usage": {
"generated_images": 1,
"output_tokens": 3772,
"total_tokens": 3772
}
}