curl --location --request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/image2image/image-synthesis' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.5-i2i-preview",
"input": {
"prompt": "将花卉连衣裙换成一件复古风格的蕾丝长裙,领口和袖口有精致的刺绣细节。",
"images": [
"https://img.alicdn.com/imgextra/i3/O1CN01Z1BLz61dMGqxmijRd_!!6000000003721-2-tps-1080-1620.png"
]
},
"parameters": {
"size": "1280*1280",
"n": 1
}
}'{}