Authorization: Bearer ********************{
"model": "doubao-seedream-4-0-250828",
"prompt": "将图片里面的物体换成兔子",
"image": "https://tuziai.oss-cn-shenzhen.aliyuncs.com/wiki/code/mdjourney/cat_2.png",
"size": "2048x2048",
"response_format": "url"
}curl --location --request POST 'https://api.tu-zi.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedream-4-0-250828",
"prompt": "将图片里面的物体换成兔子",
"image": "https://tuziai.oss-cn-shenzhen.aliyuncs.com/wiki/code/mdjourney/cat_2.png",
"size": "2048x2048",
"response_format": "url"
}'{}