Wan 2.7 Image Edit Pro delivers professional-grade prompt-driven image editing with up to 2K output resolution and 1-9 reference image support. Designed for product retouching, high-resolution background swaps, detailed style transfers, and production workflows requiring maximum fidelity.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"imageUrls":["https://www.runninghub.cn/view?filename=b65153d4fd84582e7fa29102bce1223b089668e626b4985c0585ee6235f5f15f.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU3OTE3OTYxNjgsInRzIjoxNzc1MTg2OTk2MTY4LCJzaWduIjoiOWY2NGM3ZDQ3NThmOTViMzBlMDA1MzNhMGU0ODY3NDYifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.875254792452518"],"prompt":"Put Miao silver headdress on the girl","width":1024,"height":1024}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/alibaba/wan-2.7/image-edit-pro' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"imageUrls": [
"https://www.runninghub.cn/view?filename=b65153d4fd84582e7fa29102bce1223b089668e626b4985c0585ee6235f5f15f.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU3OTE3OTYxNjgsInRzIjoxNzc1MTg2OTk2MTY4LCJzaWduIjoiOWY2NGM3ZDQ3NThmOTViMzBlMDA1MzNhMGU0ODY3NDYifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.875254792452518"
],
"prompt": "Put Miao silver headdress on the girl",
"width": 1024,
"height": 1024
}'