Run in Apifox
Request Body Params application/json
{
"model" : "doubao-seededit-3-0-i2i-250628" ,
"prompt" : "Change bubbles into heart shape" ,
"image" : "https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream_i2i.jpeg" ,
"response_format" : "url" ,
"size" : "adaptive" ,
"seed" : 21 ,
"guidance_scale" : 5.5 ,
"watermark" : true
}
Request Code Samples
curl --location --request POST 'https://gptproto.com/v1/images/generations' \
--header 'Authorization: sk-*****' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seededit-3-0-i2i-250628",
"prompt": "Change bubbles into heart shape",
"image": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream_i2i.jpeg",
"response_format": "url",
"size": "adaptive",
"seed": 21,
"guidance_scale": 5.5,
"watermark": true
}'
Responses application/json Generate Code
{
"model" : "doubao-seededit-3-0-i2i-250628" ,
"created" : 1752479401 ,
"data" : [
{
"url" : "https://ark-content-generation-v2-cn-beijing.tos-cn-beijing.volces.com/doubao-seededit-3-0-i2i/******"
}
] ,
"usage" : {
"generated_images" : 1 ,
"output_tokens" : 3772 ,
"total_tokens" : 3772
}
}
Modified at 2025-07-21 09:05:03